Gustavo Maia

Results 6 issues of Gustavo Maia

I see all the example notebooks use classification problems, and the glassbox models are for classification as well. Are the blackbox explainers able to explain regression models like [RandomForestRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html), [XGBoostRegressor](https://xgboost.readthedocs.io/en/latest/python/python_api.html#xgboost.XGBRegressor)...

### I have searched through the issues and didn't find my problem. - [X] Confirm ### About the icon Python packaging and dependency management ### Links and sources https://python-poetry.org/images/logo-origami.svg ###...

request:icon
in-develop

Is it possible to get the input parameters obtained by using the UI to later use it on a camelot python script to get the same result?

enhancement

# Bug Can't use LinearGAM with ScikitLearn [cross_validate](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html) as it get's a RuntimeError for not being able to [clone](https://scikit-learn.org/stable/modules/generated/sklearn.base.clone.html) the model. The only estimator out of all the GAM options...

Please add a TemplateRegressor example in the `skltemplate/_template.py`

When I add `umap-learn` using Poetry it finds the requirements versions as: ``` • Installing llvmlite (0.34.0) • Installing numba (0.51.2) ``` But fails to install numba as the first...