Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 02:06
9eb6ad9

DecisionTree v0.11.0

Diff since v0.10.13

  • Bump minimum Julia version to 1.6.
  • (enhancement) Add methods impurity_importance, split_importance and permutation_importance for all models (#182) @yufongpeng
  • (breaking) Use the SAMME algorithm for calculating AdaBoostStumpClassifier coefficients (#167) @yufongpeng
  • (breaking) Do not export the functions R2, mean_sqaure_error, majority_vote, confusion_matrix and ConfusionMatrix (#183)
  • Add accuracy to built-in measures but do not export.

Closed issues:

  • [Feature Request] Add a Field for Feature Importance (#170)
  • Remove the Int as rng functionality (#177)
  • Stop exporting metrics? (#181)

Merged pull requests: