[RFC] Examples folder organisation
See original GitHub issueThe hierarchy of the /examples
folder regarding pruning examples isn’t clear. In the /pruning
folder, the examples in that folder aside from simple.py
are actually integration examples, which this one is not. Outside of that folder, there are other examples that include pruning, such as chainer_simple.py
and fastai_simple.py
.
Ok to relabel the /pruning
folder /integrations
and move simple.py
above that folder to /examples
and rename as pruning_simple.py
?
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
[RFC] Formalize directory structure for including examples files
The folder typically contains proposed schema changes as ... [RFC] Formalize directory structure for including examples files #1291.
Read more >RFC 2970 - Architecture for Integrated Directory Services
Nonetheless, there is increasing call for participation of widely-dispersed directory servers (i.e., across multiple organizations) in large-scale directory ...
Read more >Rethinking React-Redux folder structure - RFCs - TheForeman
Redux recommends the usage of “feature folders”, with all the Redux logic for a given feature in a single “slice/ducks” file". they created...
Read more >Folder structure - Next Right Now - GitHub Pages
Folder structure. Overview of what each folder under src is about: app : Contains code (components, business logic, types) that is being used...
Read more >Standard Communication Tools by HashiCorp - RFC - Slab
To make organizing documents easier, we use Team Drives in Google Drive heavily. These are effectively “folders” that can be shared with ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you for instance look at https://github.com/optuna/optuna/runs/1801496728?check_suite_focus=true, you can see that all examples are executed under a single large step (taking more than 3 hours). I meant splitting this up into multiple steps.
Let me close this issue since it’s resolved. By the way, examples have been moved to https://github.com/optuna/optuna-examples.