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

Create more examples on how to use autopytorch #111

Closed
1 task done
franchuterivera opened this issue Feb 23, 2021 · 3 comments
Closed
1 task done

Create more examples on how to use autopytorch #111

franchuterivera opened this issue Feb 23, 2021 · 3 comments
Assignees

Comments

@franchuterivera
Copy link
Contributor

franchuterivera commented Feb 23, 2021

Create a directory structure with basic and advanced examples that include:

  • How to customize the pipeline and search space. Also add only desired classifiers.
@ravinkohli
Copy link
Contributor

We can do this in two approaches in my opinion, 1) create a single example file where we explain all possible modifications that can be made to the search. 2) create a separate file for the modifications (maybe splitting to separate files if necessary) and also have a vanilla run file. Which of these approaches would you prefer? I am leaning towards the second one.

@ravinkohli ravinkohli self-assigned this Mar 3, 2021
@franchuterivera
Copy link
Contributor Author

Yes I am inclined to this directory structure:

tabular/20_basics/
- example_tabular_classification.py
- example_tabular_regression.py
tabular/40_advanced/
- example_custom_configuration_space.py
- example_resampling_strategies.py

What do you think? What else we can add?

@ravinkohli
Copy link
Contributor

yeah I'll do it this way then. Also, is there any reason for using 20 and 40? I cant think of anything more right now. I'll update here if something comes to mind.

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

No branches or pull requests

2 participants