Nikhil Gupta

Results 202 comments of Nikhil Gupta

Can you try to set the dataset index and frequency outside of pycaret for now and pass this dataset to `setup` without specifying the index argument there?

> I suppose the issue here is that the index dates are not continuous!! The issue is not about being continuous but rather being uniformly spaced. `pycaret` and `sktime` only...

Per meeting on 15th August - We will not add `precommit` to the tests, but can add the hooks so that developers can use it locally.

Can you try this: https://github.com/pycaret/pycaret/issues/1710#issuecomment-1087909205 ### PyCaret 3.0.0 Release Candidate `pip install --ignore-installed --pre pycaret` ### PyCaret 2.3.10 `pip install --ignore-installed pycaret`

> ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\ProgramData\Anaconda3\Lib\site-packages\zmq\backend\cython\context.cp38-win_amd64.pyd' > Consider using the `--user` option or check the permissions. It looks like you...

> ERROR: Failed building wheel for plotly-resampler > Failed to build plotly-resampler > ERROR: Could not build wheels for plotly-resampler, which is required to install pyproject.toml-based projects @jvdd @jonasvdd Do...

@eitsupi We will update the readme in the main 3.0.0 release.

Per August 29th meeting, @moezali1, this is happening in Jupyter notebook as well. @Yard1 to look into it.

> for developer of pycaret,I tried to solve the issue. before savefig,please run visualizer.finalize() to make sure the legends and and title can show in figure > > visualizer.finalize() plt.savefig(fname=resultpath+'/AUC/'+f"{k}_AUC.png",...