dotnet / dotnet/machinelearning-samples
Hello! How to keep the model learning?
Open
- Dominant language
- PowerShell
- Stars
- 4.7k
- Forks
- 2.7k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 1
Description
I meet a problem. How does the BinaryClassification-Model train new data continuously?
Take the old model as the starting point and train the new model.
I tried :
`_ model = _ model.Append (newModel);`
This doesn't work.
Contributor guide
Assessment
This issue has not been assessed yet.