EpistasisLab / EpistasisLab/tpot
How to use sample weights for scoring in method _wrapped_cross_val_score
Open
question
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
I am using custom scorer that requires sample-weights. I want a model that has the best score on validation data using sample weights. Right now, In _wrapped_cross_val_score() method of gp_deap sample weights are only used in fit(), not in scoring. any suggestions would be appreciated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.