Skip to content

harutyun3172800/Misclassification_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Misclassification_detector

This is a tool for getting misclassified data for fasttext.

Overview

This script can be used for diagnosting reasons of misclassyifing data with fasttext. You can train your model with fasttext and pass it to this tool. After that you can see misclassified test data with word n-grams. This will help you to understand reasons of misclassifying. You are free to choose n-gram size and steps.

There are 2 parameters for customizing diagnosting

--step

and

--countOfWords

Parameters

--testPath: Path of test data.

--modelPath: Path of trained model.

--output: Path of output file where will be stored result of script.

--countOfWords: Count of words in test sentence.

--step: Step for taking words in test sentence.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages