cerlymarco / linear-tree

A python library to build Model Trees with Linear Models at the leaves.
MIT License
338 stars 54 forks source link

change base_estimator to estimator #33

Open jckkvs opened 1 year ago

jckkvs commented 1 year ago

ref. https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html In sklearn, base_estimator was deprecated.