Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop a tuning toolkit #81

Open
5 tasks
PonteIneptique opened this issue Oct 23, 2017 · 4 comments
Open
5 tasks

Develop a tuning toolkit #81

PonteIneptique opened this issue Oct 23, 2017 · 4 comments
Labels

Comments

@PonteIneptique
Copy link
Member

General idea :

  • tuning.py based on pandora.cli.tuning_cmd
  • Runs a series of configs directly from the command line
  • Loads a list of configs from a folder through --configs_dir configs/*.txt
  • Keep the last evaluation score in a csv using the name of the config as a key
  • Produce a CSV with learning curve to adapt where necessary the learning rate and other params
@PonteIneptique
Copy link
Member Author

Other idea :

The actual tuning.py could have a second option to generate such configs using a csv file :

name,include_lemma,include_pos,nb_left_tokens...
config1,True,True,2
config2,True,True,1

@emanjavacas
Copy link

emanjavacas commented Oct 23, 2017 via email

@PonteIneptique
Copy link
Member Author

I am all for method-based hyperparameter optimization. The only thing is that it might take more time that just what I described. But please, if you find the time to do this one, I'd be glad to test it :)

@PonteIneptique
Copy link
Member Author

Note : we could also simply use existing libraries such as https://github.com/hyperopt/hyperopt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants