v0.10.11
What's Changed
- Add GitHub actions CI by @IanButterworth in https://github.com/bensadeghi/DecisionTree.jl/pull/143
- Add option to print feature names in
print_tree
by @IanButterworth in https://github.com/bensadeghi/DecisionTree.jl/pull/142 - Move
check_input
to utils to avoid duplicate code by @barucden in https://github.com/bensadeghi/DecisionTree.jl/pull/137 - Fix feature_names kwarg structure for julia 1.0 by @IanButterworth in https://github.com/bensadeghi/DecisionTree.jl/pull/144
New Contributors
- @IanButterworth made their first contribution in https://github.com/bensadeghi/DecisionTree.jl/pull/143
Full Changelog: bensadeghi/DecisionTree.jl@v0.10.10...v0.10.11