Sergio Calderón Pérez-Lozao
Sergio Calderón Pérez-Lozao
Hi! I am using your powerful tool, thank you very much for developing ❤️ I am having a lot of troubles with diff and merging notebooks, maybe I am doing...
Hi, first of all, thank you very much for this library 👍 My code related to dtreeviz is: ```python from dtreeviz import trees from dtreeviz.models.spark_decision_tree import ShadowSparkTree spark_dtree = ShadowSparkTree(random_forest_model.trees[0],...
Hi! First of all thanks for your package, it's awesome! (Same as calmcode and other resources you built). I'm trying to perform a LeaveOneOutEncoder transformation for each group of my...
### Issue Description Hi! This issue is the same as [this](https://stackoverflow.com/questions/74381596/shap-partial-dependence-subplots-issue) stack Overflow question. I want to plot different feature pdp in different axes but doing like this it doesn’t...
I´ve just opened this issue in the dask repo, but maybe here is better... I´m using dask for implementing a data pipeline with dask dataframes and dask ml in a...
https://github.com/sergiocalde94/pydrift/blob/8d8968ca80895cc31e86bc55df57ad64712e36d8/pydrift/core/drift_checker.py#L224
https://github.com/sergiocalde94/pydrift/blob/8d8968ca80895cc31e86bc55df57ad64712e36d8/pydrift/core/interpretable_drift.py#L117 Maybe we have other places where it's hardcoded. Check it before merging.
**Description:** Colors differ significantly between dark and light modes when using the `lets-plot` package in Databricks Notebooks. This inconsistency makes it challenging to maintain a unified visualization style. **Steps to...