Code Monkey home page Code Monkey logo

Comments (12)

lorebon avatar lorebon commented on September 28, 2024

I think the first one is now in sklearn.utils.estimator_checks under the name of "check_estimator".

The second one must be now "check_X_y"

from wildboar.

isaksamsten avatar isaksamsten commented on September 28, 2024

Hi!
what version are you using?

from wildboar.

lorebon avatar lorebon commented on September 28, 2024

I'm using the latest one, wildboar 1.2

from wildboar.

isaksamsten avatar isaksamsten commented on September 28, 2024

1.1 requires scikit-learn <1.4. The currently unreleased 1.2 requires scikit-learn >=1.3

from wildboar.

isaksamsten avatar isaksamsten commented on September 28, 2024

Could you give me the version of scikit-learn. It should work for 1.3 and later

from wildboar.

lorebon avatar lorebon commented on September 28, 2024

Ok I updated scikit-learn to 14.0, but now I'm facing this error:

"requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='datasets.wildboar.dev', port=443): Read timed out. (read timeout=3)"

from wildboar.

isaksamsten avatar isaksamsten commented on September 28, 2024

I recently reduced the timeout and "it was working fine on my machine"... I will need to increase this.

I think you can do:

from wildboar.datasets import refresh_repositories
refresh_repositories(timeout=30)

before your call to load_dataset (or which ever function you used)

from wildboar.

lorebon avatar lorebon commented on September 28, 2024

OK, now it perfectly runs, thank you!

from wildboar.

isaksamsten avatar isaksamsten commented on September 28, 2024

Could you tell me if you were using scikit learn 1.2 or 1.3 when you got the initial error? I want to ensure that it works with both and I think it should but I could be mistaken

from wildboar.

lorebon avatar lorebon commented on September 28, 2024

When I read your answer I immediately updated, I'm not sure but I think it was the 1.2

from wildboar.

lorebon avatar lorebon commented on September 28, 2024

Is there a way to check the version history of installed packages?

from wildboar.

isaksamsten avatar isaksamsten commented on September 28, 2024

I don’t think so. I will test and see if I can reproduce with 1.3 otherwise I think you were using an older version.

from wildboar.

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.