microsoft / FLAML

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
https://microsoft.github.io/FLAML/
MIT License
3.75k stars 495 forks source link

Inconsistent naming #1298

Open hannahbus opened 2 months ago

hannahbus commented 2 months ago

Many thanks for a great package.

I've noticed a small inconsistency concerning random forests: the key in foo.best_config() is max_leaves, which differs from sklearn's max_leaf_nodes.

Programmer-RD-AI commented 1 month ago

I have created an PR #1310 to fix the issue mentioned...