jakob-r / mlrHyperopt

Easy Hyper Parameter Optimization with mlr and mlrMBO.
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

hyperopt is a really bad name #3

Open berndbischl opened 7 years ago

berndbischl commented 7 years ago

because of this https://github.com/hyperopt/hyperopt

jakob-r commented 7 years ago

Yes and no. Yes because I obviously don't want to generate the illusion that mlrHyperopt is a link between mlr and the TPE part of hyperopt. No because hyperopt seems to be the obvious short version for hyperparameter optimization and hyperopt itself is not a package entirely devoted to one specific optimization method and it lives in the Python world.

Prometheus77 commented 6 years ago

I was working on a much less sophisticated optimization wrapper before I discovered mlrMBO, basically an iterative grid search that iteratively zooms in on better performing parameter spaces. I was planning on calling it "autotune", both because the name makes sense for the problem we're trying to solve, and because it's catchy and memorable ... it's what they call this technique in pop music recording: https://youtu.be/koQksuxzJ4w

Just a thought!