CelestinoXP
CelestinoXP
> I think the added complexity in the code is not really worth it, the user would easily see that cuML is not yet supported. OK
@Yard1 Can you check this PR?
@Yard1 please consider review this pr. some people uses Windows SO and have a lot of warning messages with a package "cuml" that not exists for Windows SO
@ngupta23 can you review this pr?
@AayushSalvi i fixed the warnings here in this PR (https://github.com/pycaret/pycaret/pull/3881)... its because cuml is not supported in windows... but you have another error message related to joblib. Make sure you...
I have already fixed this error and it will be merged into the code once the pull-request (https://github.com/pycaret/pycaret/pull/4009) is ready and approved. This error is due to the change of...
The problem is in your code! Try this: ``` # loading sample dataset from pycaret.datasets import get_data data = get_data('juice') # init setup from pycaret.classification import * s = setup(data,...
Was this code you sent made in chatgpt? I suggest you work on the pycaret source code and make a pull-request with the tests without fail....
Hello, I think the problem is not with pycaret, but with the installation of third-party packages. For example, the pycaret installation does not allow joblib 1.4 and you have it...
i still think problem is other package, not pycaret... maybe matplotlib or notebook... or try pip install --upgrade pycaret[full] if nothink work, you need to start in a new clean...