We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2974c38 commit 43f5775Copy full SHA for 43f5775
src/Microsoft.ML.Data/Scorers/PredictionTransformer.cs
@@ -292,7 +292,8 @@ private static VersionInfo GetVersionInfo()
292
verWrittenCur: 0x00010001, // Initial
293
verReadableCur: 0x00010001,
294
verWeCanReadBack: 0x00010001,
295
- loaderSignature: AnomalyPredictionTransformer.LoaderSignature);
+ loaderSignature: AnomalyPredictionTransformer.LoaderSignature,
296
+ loaderAssemblyName: typeof(AnomalyPredictionTransformer<>).Assembly.FullName);
297
}
298
299
updateMe.bat
@@ -0,0 +1,5 @@
1
+::Update the https://github.com/sfilipi/machinelearning-1 from https://github.com/dotnet/machinelearning
2
+git fetch upstream
3
+git checkout master
4
+git merge upstream/master
5
+git push -u origin master
0 commit comments