Hello @Abhishek ,
Thanks for reaching out to us! There are more active forums for ML.NET related question which may help you faster: GitHub forum here, and the Gitter community. Sorry for the inconveniences.
Regards,
Yutong
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
Have a set of XY data and would like to fit them on an exponential curve as below
a + b * Math.Exp(-x / c)
Which regression trainer class can be used to get the value of a,b,c ?
Thanks
Hello @Abhishek ,
Thanks for reaching out to us! There are more active forums for ML.NET related question which may help you faster: GitHub forum here, and the Gitter community. Sorry for the inconveniences.
Regards,
Yutong
Ok, Added on https://github.com/dotnet/machinelearning/issues/5841
Thanks