Virgil Chan
Virgil Chan
Hello @marenwestermann, Thank you for the reference, it's really helpful. I've moved the example link from the example itself to the doc string in sklearn\ensemble\\_weight_boosting.py.
Thank you for the reply. I have updated the following files: - `sklearn\ensemble\_weight_boosting.py`: Corrected the doc-string referencing to the Adaboost example. - `doc\modules\tree.rst`: Added the Adaboost example to the Decision...
Thank you for the follow-up! The linting issue is fixed, all checks have passed.
Hello, Thank you for the feedback! The example references are removed from the `doc\modules\tree.rst` and the `sklearn/tree/_classes.py` files. Please let me know if there is anything else.
Working on examples/ensemble/plot_adaboost_hastie_10_2.py plot_adaboost_multiclass.py. Edit: plot_adaboost_hastie_10_2.py no longer exists. Edit 2: Completed.
Thank you for checking in @lorentzenchr! I'm currently working on verifying that the log loss is being optimised. The next update should be within the next two days.
Thank you everyone for your time! 🫡
> Could introduce the narrative within the code and get a notebook-like example. You can see this example for such format: https://github.com/scikit-learn/scikit-learn/blob/main/examples/inspection/plot_linear_model_coefficient_interpretation.py which would give the following rendering: https://scikit-learn.org/dev/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html#sphx-glr-auto-examples-inspection-plot-linear-model-coefficient-interpretation-py I've...
> Hi @virchan , @adrinjalali > > Will it be okay if I try to work on this? Hello @sqali, This issue is currently affecting another PR I'm working on,...
I've added the API test and updated the 1.6 changelog, working towards to pass the tests.