Git Product home page Git Product logo

Comments (4)

Xavier-F avatar Xavier-F commented on July 23, 2024 2

Dear Erica, Andreas and Kevin

Thanks a lot for your super prompt support. Indeed, seems that the conda update --all only update scikit learn package toward 0.22 version.
I just tried again with pip install --upgrade scikit-learn, and looks like all is runing smoothly now on my notebook.

Once again thanks a lot, and take good care

from scikit-learn-tips.

ericabrauer avatar ericabrauer commented on July 23, 2024

The first thing I would do is to run help(set_config). It may be that the function only accepts positional arguments. Hope this helps!

from scikit-learn-tips.

akanz1 avatar akanz1 commented on July 23, 2024

Can you check the scikit-learn version being used by the currently active ipython kernel?

sklearn.__version__

Also make sure the package is up to date in your currently active virtual environment or switch to base if that's where you updated to 0.0.23.

from scikit-learn-tips.

justmarkham avatar justmarkham commented on July 23, 2024

@Xavier-F Thanks for your kind words!

I agree with @akanz1, definitely check your sklearn version, since you will need 0.23:

import sklearn
sklearn.__version__

And with conda, you can check your versions with conda list

Hope that helps!

from scikit-learn-tips.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.