Pierre Snell

Results 5 comments of Pierre Snell

> Thanks for the answer! Yes, my suggestion/feature request is to include an argument to `cut` to preserve the original order for the exact reason you mentioned (stacking a column...

To install with a tool like `poetry` the current setup is not valid : ```shell poetry add git+https://github.com/scikit-learn-contrib/boruta_py.git >>> Invalid version '{{VERSION_PLACEHOLDER}}' on package boruta ``` I don't mean to...

Hello, sorry to bump here, I haven't found a better place to ask. I got a similar problem with : ```python class MyModel(BaseModel): ... reception_date: datetime | None = Field(...,...

In my case it seems that too much features (even with only few examples) lead to seg fault. I tried with 100 examples and 100 features but it crashed, 100...

@smwitkowski Thanks for the quick answer. I realized that running `explain` was fine (as you said in your comment) but it was when I tried to create a visualization (decision_plot)...