dotnet / dotnet/machinelearning-modelbuilder
Add validation split code to code-behind
Open
Stale
- Dominant language
- Dockerfile
- Stars
- 285
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
Currently you're able to choose your data split strategy in advanced data options.
Since the validation dataset is used to tune the hyperparamters in AutoML, the purpose of the "validation" dataset in the code-behind should then be to evaluate the model predictions. Therefore the code should go in the *.evaluate.cs file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.