GithubHelp home page GithubHelp logo

Comments (7)

richardliaw avatar richardliaw commented on July 25, 2024

Thanks for opening this @rohan-gt! Would it be OK if we proceeded with tuning without resampling?

from tune-sklearn.

rohan-gt avatar rohan-gt commented on July 25, 2024

@richardliaw in TuneSearchCV n_iter is the total number of trials and max_iters the early stopping for the same right? Without resampling won't the trails reduce drastically especially in a case like if 7/10 or even 10/10 cases error out? Like is there a way to keep the number of trials consistent?

from tune-sklearn.

richardliaw avatar richardliaw commented on July 25, 2024

Hmm... right. Would conditional search spaces (like HyperOpt or Optuna) work for you?

from tune-sklearn.

rohan-gt avatar rohan-gt commented on July 25, 2024

@richardliaw Yes that could actually work. Btw why was skopt chosen over optuna for this implementation? Isn't optuna superior?

from tune-sklearn.

richardliaw avatar richardliaw commented on July 25, 2024

IIRC Tree-Parzen Estimators (which is the algorithm that optuna implements) shouldn't be much different to standard Bayesian Optimization (that skopt provides).

from tune-sklearn.

rohan-gt avatar rohan-gt commented on July 25, 2024

@richardliaw Yes but scikit-optimize isn't an active project and throws errors with the latest scikit-learn. Also on second thought it would be a much cleaner implementation if it was possible to sample new hyperparameter combinations if existing ones error out than having to specify so many conditional search spaces

from tune-sklearn.

richardliaw avatar richardliaw commented on July 25, 2024

I think this is addressed with hyperopt thanks to #68!

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.