glotzerlab / signac-examples

Examples for the signac framework.
https://signac.io/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Provide examples for a multi-project workflow #1

Open csadorf opened 7 years ago

csadorf commented 7 years ago

Original report by Carl Simon Adorf (Bitbucket: csadorf, GitHub: csadorf).


The example should demonstrate how to integrate multiple projects either directly or via an index.

bdice commented 4 years ago

@csadorf Can you clarify what was meant by "multiple projects"? (Also wow, this issue was created over 3 years ago.)

csadorf commented 4 years ago

What I mean are examples on how to use or link to (potentially aggregated) data from another project as input for a new one.

bdice commented 4 years ago

I'm planning an example requested by @phmalek about machine learning. I am using a data structure for my current research that has multiple projects, with one project for data (which doesn't really change) and one project for different models and their hyperparameters (which is where most of the "operations" happen). I am looking for toy examples of hyperparameter optimization to demonstrate this structure. I may find some good examples that can be adapted from packages like hyperopt.