🐎BLOG🐎

.NET ML CLIのHelloWorldやった

pulished:

やったこと

yelp_labelled.txtを入れたフォルダ内で、MLNETコマンドを使う

mlnet classification --dataset "yelp_labelled.txt" --label-col 1 --has-header false --name SentimentModel  --train-time 60

What do these commands mean?

The mlnet classification command runs ML.NET with AutoML to explore many iterations of classification models in the given amount of train time with varying combinations of data transformations, algorithms, and algorithm options and then chooses the highest performing model.

結果

こんなかんじで機械学習させた結果が出てくる

結果1 結果2

参考