Closed
Description
System information
Product Information:
Version: 2.1.200
Commit SHA-1 hash: 2edba8d7f1
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.13
OS Platform: Darwin
RID: osx.10.13-x64
Base Path: /usr/local/share/dotnet/sdk/2.1.200/
Microsoft .NET Core Shared Framework Host
Version : 2.0.7
Build : 2d61d0b043915bc948ebf98836fefe9ba942be11
Issue
- What did you do?
I am trying to create a model that based on tags (such as sunny, windy, outdoor, ...) predicts the number of comments. This format looks like:
likes;tags;
123;tag1,tag2,tag3;
12;tag1;
654;tag2;tag4
I know scikit has this through the CountVectorizerModel
but I'm looking for a ML.NET alternative. Is anyone aware of this?
-
What happened?
I couldn't find an alternative -
What did you expect?
Being able to use aCountVectorizerModel
Source code / logs
See above for more information