Skip to content

dt_sklearn quality issue #41

@mdmitry1

Description

@mdmitry1

For shekel test dt_sklearn provides the same prediction for significantly different objective function values
On below graph one can see all dataset values for predicted value equal to -1.0828780286852748
Reproduction:

mkdir -p /tmp/issue_21
cd -p /tmp/issue_21
git clone ssh://git@github.com/SMLP-Systems/smlp 
cd smlp
git switch SMLP_TUTORIAL 
cd tutorial/examples/shekel/smlp
run_shekel
egrep '\-1.0828780286852748' Shekel_Shekel_labeled_predictions_summary.csv | awk -F, '{print $1,$2}' | xgraph -nl -P /dev/stdin
Image

xgraph installation instructions for Ubuntu 24.04

wget http://old-releases.ubuntu.com/ubuntu/pool/universe/x/xgraph/xgraph_12.1-17_amd64.deb
sudo apt install ./xgraph_12.1-17_amd64.deb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions