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?
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?