We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec2fd5 commit 4e131b5Copy full SHA for 4e131b5
test/Microsoft.ML.FSharp.Tests/SmokeTests.fs
@@ -79,6 +79,12 @@ module SmokeTest1 =
79
[<ColumnName "PredictedLabel"; DefaultValue>]
80
val mutable Sentiment : bool
81
82
+ let _load =
83
+ // See https://github.com/dotnet/machinelearning/issues/401: forces the loading of ML.NET assemblies
84
+ // This is needed even for compiled code
85
+ [ typeof<Microsoft.ML.Runtime.Transforms.TextAnalytics>;
86
+ typeof<Microsoft.ML.Runtime.FastTree.FastTree> ]
87
+
88
[<Fact>]
89
let ``FSharp-Sentiment-Smoke-Test`` () =
90
0 commit comments