sethjuarez / numl

Machine Learning for .NET
http://numl.net
MIT License
430 stars 104 forks source link

How to load saved models? #76

Closed TomWong-HK closed 7 years ago

TomWong-HK commented 7 years ago

After using

void Save(string file);

to save the trained model, how to load the model again?

sethjuarez commented 7 years ago

Great question. This should help: https://github.com/sethjuarez/numl/blob/edc54b40e0cd56efa8011ce08cea6b4a0d682566/Src/numl.Tests/SerializationTests/BaseSerialization.cs#L54-L59

TomWong-HK commented 7 years ago

Moved to herehttps://github.com/sethjuarez/numl/issues/77