dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.02k stars 1.88k forks source link

Question: Realising own algorithms #6839

Open dymsen opened 1 year ago

dymsen commented 1 year ago

Question

Is it possible with ML.NET/Microsoft.ML to realise an own algorithm? We tried different approches like CustomMapping, ITransformer, trainer to realised it but at some point we got into trouble with internal properties/classes. Especially saving a model went down because of the need of "meta" data which we couldnt write because of internal properties. We tried reflection on some of the properties but loading went down then. So is there any possibilies yet to realise a own custom solution?

JakeRadMSFT commented 1 year ago

@michaelgsharp @LittleLittleCloud thoughts?