Coder Social home page Coder Social logo

Comments (7)

arogozhnikov avatar arogozhnikov commented on June 20, 2024

See the deprecation message from sklearn documentation:

Deprecated since version 1.0: Criterion “mse” was deprecated in v1.0 and will be removed in version 1.2. Use criterion="squared_error" which is equivalent.

I guess you need to update sklearn.

from hep_ml.

oozcelik avatar oozcelik commented on June 20, 2024

thanks for the response, I updated sklearn "pip install -U scikit-learn" now the version is scikit-learn-1.1.1 but I still get the exact same error. Do you reckon that I need to update any other packages?

from hep_ml.

arogozhnikov avatar arogozhnikov commented on June 20, 2024

Can't think about any other issue. Make sure to restart kernel, and verify sklearn by

print(sklearn.__version__)

from hep_ml.

caiovnd avatar caiovnd commented on June 20, 2024

Hi everyone,

I am having an issue similar to the one @oozcelik reported, as shown bellow. I tried to update sklearn, as suggested by @arogozhnikov but also got the same error message.

image

from hep_ml.

oozcelik avatar oozcelik commented on June 20, 2024

hi, I managed to get it work after deleting some files in my CERN BOX which causes conflict.

from hep_ml.

caiovnd avatar caiovnd commented on June 20, 2024

Hi @oozcelik, what do you mean when you say that some files were causing conflict? I am not sure about which files I have might be related to this problem.

from hep_ml.

arogozhnikov avatar arogozhnikov commented on June 20, 2024

ensure you do use the new version of sklearn (should be run within the same process/notebook as hep_ml): print(sklearn.__version__)

from hep_ml.

Related Issues (20)

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.