GithubHelp home page GithubHelp logo

Benchmarking about tune-sklearn HOT 3 CLOSED

ray-project avatar ray-project commented on July 25, 2024
Benchmarking

from tune-sklearn.

Comments (3)

anthonyhsyu avatar anthonyhsyu commented on July 25, 2024

Running on a free machine was definitely helpful, but instead we discovered that early stopping and non-early stopping didn't run differently. This may be due to #11 where early stopping is activated whether the estimator supports early stopping or not, although we don't seem to find evidence that FIFO early stops, and it performs similarly or even better than MedianStoppingRule. It's possible that the median was not a good metric since all configs tested yielded similar results, so it couldn't early stop. More needs to be looked before closing this, but it's most likely due to the early stopping based on whether the estimator supports it or not, introduced in #11.

from tune-sklearn.

richardliaw avatar richardliaw commented on July 25, 2024

Make sure we check accuracy

from tune-sklearn.

anthonyhsyu avatar anthonyhsyu commented on July 25, 2024

These are confirmed to be accurate and have been compared to Dask. Even with significant speed up in fit times from Tune via early stopping, it is able to correctly align good and bad hyperparameter configurations.

Below is a plot detailing the average test set score. We want the blue and orange bars for each configuration (along the x-axis) to be of equal height, or if it is a bad parameter, both bars having significantly lower heights. This behavior is achieved below.

comparison_scores2

from tune-sklearn.

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.