Confusion Matrix in Python: Plot a pretty confusion matrix (like Matlab) in python using seaborn and matplotlib
-
Updated
Aug 18, 2020 - Python
Confusion Matrix in Python: Plot a pretty confusion matrix (like Matlab) in python using seaborn and matplotlib
This project aims to understand and build Naive Bayes classifier to predict the salary of a person.
Training a convolutional neural network to classify images of the Fashion MNIST dataset and use TensorBoard to explore how it's confusion matrix evolves over time.
This repository contains code for evaluating different machine learning models for classifying fake news. The dataset used for this evaluation consists of labeled news articles as either "REAL" or "FAKE". Three popular classifiers, Support Vector Machine (SVM), Decision Tree, and Logistic Regression, are trained and evaluated on this dataset.
A innovative way to visualize text misclassifications within a confusion matrix in Tableau.
Language Detector Loads and cleans text data, trains a language classification model using TF-IDF and Logistic Regression, evaluates it, and enables interactive language prediction with saved model reuse.
Machine learning classification applied to wine recognition data.
This model was designed around Pycoco's dataset, the CNN model constructed outputs training loss graphs and a confusion matrix for the network of interest
Learning python day 4
A common question when you're learning data science: "Sort the confusion matrix using your own function". This is a simple way to do it by using optimization.
This project analyzes customer data to understand why customers leave the company(churn pattern), identify the factors driving customer attrition, and build a Machine Learning model to predict customers likely to leave the company.
Fake News Detection Using Python
Data Science Projects - beginner level.
Machine learning model predicting employee attrition through data preprocessing, feature engineering, and neural network classification.
Fraud Detection with Machine Learning
Add a description, image, and links to the confusionmatrix topic page so that developers can more easily learn about it.
To associate your repository with the confusionmatrix topic, visit your repo's landing page and select "manage topics."