linear-tree icon indicating copy to clipboard operation
linear-tree copied to clipboard

A python library to build Model Trees with Linear Models at the leaves.

Results 4 linear-tree issues
Sort by recently updated
recently updated
newest added

Hi, I am wondering how to perform a GridsearchCV to find best parameters for the tree and regression model? For now I am able to tune the tree component of...

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

It may be helpful to other users if the following relevant literature is cited in the README: - [Functional Models for Regression Tree Leaves | Torgo, 1997](https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=48e4b3187ca234308e97e1ac0cab84222c603bdd) - [Functional Trees...

Hi cerlymarco, As always, nice work! What do you think about the idea of adding splines in the leaves? I will investigate that soon, but I was wondering what were...