ropiela
Results
1
issues of
ropiela
System.InvalidCastException: Unable to cast object of type 'System.Double' to type 'System.Single'.
2
Looking to convert this example (https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/AnomalyDetection_Sales) to read from a local SqlServer database. The problem seems to be in the lazy loading of the data from the database. I'm reading...