EpistasisLab / EpistasisLab/tpot
Initialising with a set of evaluated pairs (x0, y0)
Open
question
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Great AutoML tool. Thank you!
I like to scan a mesh of parameter combinations before HPO. How can I seed TPOT's GA/GP with these evaluations?
Is there an existing approach to this? Parameters for this are usually of the form,
```python
x0
list, list of lists or None
Initial input points.
y0
list, scalar or None
Evaluation of initial input points.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.