https://github.com/wk-j/ml-toxic
https://github.com/wk-j/ml-toxic
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wk-j/ml-toxic
- Owner: wk-j
- Created: 2019-08-07T06:47:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T08:03:13.000Z (over 5 years ago)
- Last Synced: 2025-02-08T18:15:33.980Z (3 months ago)
- Language: C#
- Size: 439 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ML
```bash
dotnet tool install -g mlnetmlnet auto-train \
--task binary-classification \
--dataset "resource/wikipedia-detox-250-line-data.tsv" \
--label-column-name "Sentiment" \
--max-exploration-time 10 \
--output-path src
```