Click New Experiment on the Experiments page.Documentation Index
Fetch the complete documentation index at: https://docs.chemolytic.com/llms.txt
Use this file to discover all available pages before exploring further.

Step 1: pick a mode
The first decision is CoPilot or Scientist. Two cards at the top of the form.CoPilot
For when you want a working model fast and you don’t need to tweak the recipe yourself.- Tests 1000-3000 preprocessing + model combinations
- Uses Bayesian optimization to find the best one quickly
- Returns one best trial plus a leaderboard
- Estimated time: about 15-20 minutes for typical datasets
Scientist
For when you want full control.- You add jobs one at a time
- Each job is either a single trial (exact params) or a tuning job (search a parameter space)
- The experiment stays “active” indefinitely so you can keep adding jobs
- Uses your monthly Scientist jobs quota, not the CoPilot quota
Step 2: fill in the form
After picking a mode, the rest of the form appears.| Field | Required | Notes |
|---|---|---|
| Name | Yes | Descriptive label, e.g., “Brix prediction v2” |
| Description | No | Free-text. Useful for noting hypotheses or constraints |
| Dataset | Yes | Pick from active datasets in the project |
| Target property | Yes | The property you want to predict. Filtered to those that have at least one value in the dataset |
Target properties with all NaN values in the dataset are hidden. If a property you expected isn’t in the list, your samples don’t have values for it, or those values aren’t in the dataset’s snapshot.
Step 3: launch
Click the launch button at the bottom. The label changes based on mode:| Mode | Button | Resulting status |
|---|---|---|
| CoPilot | Launch CoPilot | Pending → Running → Done |
| Scientist | Start experiment | Active (waits for you to add jobs) |
Validation errors
Dataset {id} not found in this project
Dataset {id} not found in this project
The selected dataset is no longer available (it may have been deleted or archived). Refresh the page and pick another.
Property '{name}' not found in dataset
Property '{name}' not found in dataset
The dataset does not include this property. Check the dataset’s Properties tab to see what’s available, or create a new dataset that includes the property you need.
Quota exceeded
Quota exceeded
You’ve reached your monthly CoPilot or Scientist limit. Wait for the quota to reset (top of the Experiments page shows when), or upgrade your plan.
Insufficient permissions
Insufficient permissions
You need Contributor role or higher on the project to create experiments.