Skip to content

mail2chromium/NLP-Estimation-Analysis-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Handling-Estimation-Analysis

A Generic approach to built a Classifier that will predict and estimate large amount of natural language data using "Natural Language Processing".

Introduction:

To process with any text of natural language either an article or a book, just add the data source name into

init.py script " main_processing(file_name'required_Data_Set.type') "

After that, analyze the resultant ( 2 x 2 ) confusion matrix to give predictions. Here, confusion matrix gives for types of results such as;

General Stats:

1- TRUE POSITIVE : measures the proportion of actual positives that are correctly identified.

2- TRUE NEGATIVE : measures the proportion of actual positives that are not correctly identified.

3- FALSE POSITIVE : measures the proportion of actual negatives that are correctly identified.

4- FALSE NEGATIVE : measures the proportion of actual negatives that are not correctly identified.

True or False refers to the assigned classification being Correct or Incorrect, while Positive or Negative refers to assignment to the Positive or the Negative Category;

Performance Vector:

texted_x=200 Pridicted NO Predicted Yes
Actual NO True +ve False -ve
Actual Yes False +ve True -ve

Releases

No releases published

Packages

No packages published

Languages