LearningX
LearningX copied to clipboard
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
Thank you for your wonderful repo! I am learning how to use your Logistic Model Trees, but I find an error in the impelement of Logistic Regression. In [dvanced_ML/model_tree/models/logistic_regr.py](https://github.com/ankonzoid/LearningX/blob/master/advanced_ML/model_tree/models/logistic_regr.py), the...
I am not sure how difficult it would be to implement this. Is it possible to add a feature that would allow one to regress in the leaves only on...
This is a great package. Nice work! Could we please make this pip installable? It massively simplifies dependency management when working in production settings. Thank you!
It's useful to see the functions the tree has fitted when using linear regression, so I added functionality for this. For now, all the other models get_params() functions just returns...
Hi, Is it possible to use a subset of the features for the tree splits and the rest for the leaf models? Thanks, C
I was using your ModelTree(great work by the way!!), and I would like to know if there is a way to visualize the model tree as curves on a graph,...