Nikhil Gupta
Nikhil Gupta
Just a follow-up (unrelated to the original question): You can still use python 3.7. All our tests pass in it. See more details here if needed: https://github.com/pycaret/pycaret/issues/2862. That being said,...
> We (@jonasvdd & me) both agree that it would be nice to at least support some visualization of the figure when the kernel is not connected. Hence, PR ([predict-idlab/plotly-resampler#105](https://github.com/predict-idlab/plotly-resampler/pull/105))...
@celestinoxp Are you aware of any way to automatically restart the kernel using a programmatic approach? This is a feature of Google Colab as far as I understand and can...
> It is possible add command shutdown(..) at final of setup.py? example: command from https://pypi.org/project/shutdown/ > ps: i don't know if make sense... This works only on Windows per their...
> * We have `pycaret/tests` and `pycaret/internal/tests`. Not sure what the latter does. Can it be moved/removed? `pycaret/internal/tests` refers to statistical tests used in the code and modeling building process....
The latest version has jinja2 as a dependency so it should be installed. https://github.com/pycaret/pycaret/blob/9ca12a1eb19683508f8c2d9f03fe22fdfbb0f0f7/requirements.txt#L7 Can you try the following to see if it helps (create a clean environment). `pip install...
I don't think there is any issue with pycaret here. And installing pycaret in a conda environment should not corrupt conda or prevent you from opening jupyter. There must be...
This is what I see in the internal base module documentation ``` fit_kwargs: dict, default = {} (empty dict) Dictionary of arguments passed to the fit method of the model....
Per August 29th meeting, the current functionality is applied to all models. We will need to reevaluate this functionality after the 3.0.0rc4 release. Maybe better to have model-wise kwargs (dictionary...
You can probably get that from `get_config("X")`. This gives the original values for X before the transformation. Will that not work?