Manuel

Results 2 issues of Manuel

Hi, When using `RuleFitClassifier(tree_generator = GradientBoostingClassifier())` with a `GradientBoostingClassifier()` object fitted and optimized separately via Scikitlearn API, it returns the next error when fitting `RuleFitClassifier(tree_generator = GradientBoostingClassifier())`: `ValueError: n_estimators=1 must...

Hi, I made a test installation of the library using ```pip install skope-rules``` (as indicated in the original [Github repo](https://github.com/scikit-learn-contrib/skope-rules)), and the installation brings the previous version of the code...