ciberger
ciberger
Hi!, Thanks for developing this theme 🙌 Could it be possible to somehow overwrite a colour property from `settings.json`? As you can see in the image the colours for the...
**Describe the bug** Setting plot.histogram.bins to zero causes an error. Suspect the error might be on this part of the code. There might be a missing if condition. https://github.com/pandas-profiling/pandas-profiling/blob/939969061459a7df5e0ed425cd471827924c4eed/src/pandas_profiling/model/summary_algorithms.py#L29-L45 **To...
Hi 👋 in the documentation says `boruta` implements all scikit-learn ensemble methods, but it doesn't work with `HistGradientBoostingClassifier`. Other methods described [on the ensemble documentation](https://scikit-learn.org/stable/modules/ensemble.html) (such as `adaboost` and `gradient...
Hi! Calibration curves would be a nice addition to the package: https://rdrr.io/cran/caret/man/calibration.html Best!
Hey! thanks for your package I've been playing around with it as an extension of Google's CausalImpact tool. Got a dataset with market data having different scales, so log transformation...