An open API service indexing awesome lists of open source software.

https://github.com/wk-j/ml-toxic


https://github.com/wk-j/ml-toxic

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

## ML

```bash
dotnet tool install -g mlnet

mlnet auto-train \
--task binary-classification \
--dataset "resource/wikipedia-detox-250-line-data.tsv" \
--label-column-name "Sentiment" \
--max-exploration-time 10 \
--output-path src
```