Skip to content

Conversation

bamurtaugh
Copy link
Member

-Add new batch sentiment analysis sample app & readme
-Add Machine Learning folder, and readme folder within it
-Add readme for Machine Learning folder
-Add reference to ML.NET v1.3.1 in C# csproj file

bamurtaugh and others added 2 commits November 12, 2019 16:27
Co-Authored-By: Steve Suh <[email protected]>
Want to avoid Path.Combine()
suhsteve
suhsteve previously approved these changes Nov 13, 2019
Copy link
Member

@suhsteve suhsteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


Depending upon the algorithm Model Builder chooses for your ML model, you may need to add an additional nuget reference in [Microsoft.Spark.CSharp.Examples.csproj](../../Microsoft.Spark.CSharp.Examples.csproj). For instance, if you get an error message that Microsoft.ML.FastTree cannot be found when running your Spark app, you need to add that nuget to your csproj file:

`<PackageReference Include="Microsoft.ML.FastTree" Version="1.3.1" />`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems different from what we are referencing in our csproj?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Steve and I learned that depending on what algorithm is used in the model, you may have to add a different reference in your .csproj. Originally we needed FastTree, but once I changed to a new model that used a different algorithm, it no longer used FastTree and thus we could just reference Microsoft.ML. In case users train and use their own model and then run into issues, we wanted to add this explanation.

Copy link
Contributor

@imback82 imback82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @bamurtaugh!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants