Skip to content

Releases: dataiku/dss-plugin-decision-tree-builder

Version 1.1.2

14 May 09:39
2eac6b5
Compare
Choose a tag to compare

What's Changed

  • Add array content in scoring output schema by @instanceofme in #15
  • Fix makefile commands, fix webapp display, fix issue with pandas>2 by @tmwly in #16

Full Changelog: 1.1.0...v1.1.2

Version 1.1.0

11 May 13:58
Compare
Choose a tag to compare

Version 1.1.0 (2023-05-11)

  • Webapp: Fix autosplit (outdated kwarg in sklearn's DecisionTreeClassifier)
  • Evaluation recipe: Fix recipe with multiclass tasks + import error
  • Scoring recipe: Fix recipe for trees with only one node

v1.0.7

10 Nov 10:40
Compare
Choose a tag to compare

Version 1.0.7 (2022-11-10)

  • Webapp: Display node id in node info panel
  • Scoring/Evaluation recipes: Add two columns (one with the decision rule, one with the leaf id)

v1.0.6

06 Oct 12:17
Compare
Choose a tag to compare

Version 1.0.6 (2022-10-06)

  • Webapp: Many UI improvements
  • Webapp: Allow to treat features as numerical when less than 10 distinct values

v1.0.5

28 Jan 15:53
Compare
Choose a tag to compare

Version 1.0.5 (2022-01-28)

  • Evaluation recipe: Fix broken import
  • Minor UI improvement in webapp: fix font in buttons & input fields

v1.0.4

20 Oct 15:40
Compare
Choose a tag to compare
  • Evaluation recipe: Fix broken import
  • Evaluation recipe: Add missing key costMatrixWeights in metrics dict