How can I use the ScikitLearn’s experimental estimator “Histogram-Based Gradient Boosting” in Julia?
According to the ScikitLearn Documentation, first from experimental one has to import “enable_hist_gradient_boosting” and then “HistGradientBoostingClassifier” from the ensemble module (https://scikit-learn.org/stable/modules/ensemble.html#histogram-based-gradient-boosting). This doesn’t work with Julia’s ScikitLearn “@sk_import” command. Error Message: “KeyError … not found” for both “enable_hist_gradient_boosting” and “HistGradientBoostingClassifier”
I’m using Julia 1.3.1 and ScikitLearn.jl 0.6.2, PyCall 1.92
3 posts - 3 participants