Nikhil Gupta

Results 202 comments of Nikhil Gupta

For regression: I think the only test that would be applicable from the time series list is the normality test on the model residuals. This would give you the goodness...

What module is this for? What version of the library are you using? Can you provide a reproducible example for this?

5th Nov 2022 meeting: - Able to reproduce this. Solution is to add the tuning grid for dummy classifier/regressor with the strategy parameter ```python dummy_tuning_grid = {'strategy' : ['most_frequent', 'prior',...

> Improve SEO to make clear that https://pycaret.org/ is not documentation host (or make search available gitbook site) This would be ideal but we don't know how to do this....

For now, you will need to do outlier correction outside pycaret. Or try adding a custom `sktime` pipeline with a step that removes anomalies. I think they have an example...

2 things to note: 1. To make future forecasts, you need to finalize the model 2. If you are making forecasts for the future, you also need to provide the...

@mfahadakbar That is great. What version will this contain? Is there one for each version or only the latest one?

Yes I was thinking if we can release separate docker images for the older versions. 1 image per version.

Dont know for sure, but try putting `%matplotlib inline` before calling `eda()`