You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#FS230: move F# BikeSharingDemand example to use direct ML.NET API. (dotnet#231)
* dotnet#202: migrate BikeSharingDemand F# sample to v0.9
* migrate Sentiment Analysis F# sample to v0.9
* dotnet#213: append CacheCheckpoint in F# samples to mitigate ML.NET bug #2099
* #FS230: move F# BikeSharingDemand example to use direct ML.NET API.
Copy file name to clipboardExpand all lines: samples/fsharp/getting-started/Regression_BikeSharingDemand/BikeSharingDemand/BikeSharingDemandConsoleApp/BikeSharingDemand.fsproj
Copy file name to clipboardExpand all lines: samples/fsharp/getting-started/Regression_BikeSharingDemand/BikeSharingDemand/BikeSharingDemandConsoleApp/ModelScoringTester.fs
Copy file name to clipboardExpand all lines: samples/fsharp/getting-started/Regression_BikeSharingDemand/BikeSharingDemand/BikeSharingDemandConsoleApp/Program.fs
+39-31Lines changed: 39 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ open System
4
4
openMicrosoft.ML
5
5
openMicrosoft.ML.Core.Data
6
6
openMicrosoft.ML.Data
7
+
openSystem.IO
8
+
openDataStructures
7
9
8
10
letmodelsLocation=@"../../../../MLModels"
9
11
@@ -16,6 +18,12 @@ let testDataLocation = sprintf @"%s/hour_test.csv" datasetsLocation
0 commit comments