Merge branch 'master' of github.com:microsoft/datascience4managers

This commit is contained in:
John Mark Agosta 2020-06-09 09:54:17 -07:00
Родитель cf93f1bf71 f049599c2d
Коммит 58fdd6a893
5 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,4 @@
These plots show the results of training an ML model on the same training set used for selecting rules, and evaluating it on the same test set. The TF/IDF of the words from the posts taken one at a time (unigrams) or two at a time (bigrams) were used as generate features, which were run through a LogisticRegression classifier in the Python `slkearn` library.
![](images/figure-markdown_strict/ML_confusion_matrix.png)
![](images/figure-markdown_strict/ML_ROC_curves.png)

Двоичные данные
Part_1/images/figure-markdown_strict/ML_ROC_curves.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 44 KiB

Двоичные данные
Part_1/images/figure-markdown_strict/ML_confusion_matrix.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 12 KiB

Двоичные данные
Part_2/images/ML_ROC_curves.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 44 KiB

Двоичные данные
Part_2/images/ML_confusion_matrix.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 12 KiB