adapt-python / adapt

Awesome Domain Adaptation Python Toolbox
https://adapt-python.github.io/adapt/
BSD 2-Clause "Simplified" License
304 stars 43 forks source link

mistake in the example documentation about `TwoStageTrAdaBoostR2` #115

Open findyy99 opened 12 months ago

findyy99 commented 12 months ago

url: https://adapt-python.github.io/adapt/generated/adapt.instance_based.TwoStageTrAdaBoostR2.html

image

TrAdaBoostR2 should be TwoStageTrAdaBoostR2.

By the way how to make a pull request to fix this error?

antoinedemathelin commented 11 months ago

Hi @findyy99, Thank you for reporting this mistake !

To make a pull request, you can follow the first step of the Developer Guide.

You will have to change the _tradaboost.py file in the instance_based folder. But first, you should run the example on your laptop (or google colab) to copy-paste the good prompts ("Iteration ...").

Best,