Skip to content

Instantly share code, notes, and snippets.

@rakeshvarma01
rakeshvarma01 / 0.useful.md
Created August 5, 2020 04:37 — forked from felipemoraes/0.useful.md
Machine Learning Interview Questions
@rakeshvarma01
rakeshvarma01 / NaiveBayes.py
Created March 3, 2020 02:50 — forked from tuttelikz/NaiveBayes.py
Naive Bayes From Scratch in Python
#How To Implement Naive Bayes From Scratch in Python
#http://machinelearningmastery.com/naive-bayes-classifier-scratch-python/
#Dataset
#https://archive.ics.uci.edu/ml/machine-learning-databases/pima-indians-diabetes/pima-indians-diabetes.data
import csv
import math
import random
#Handle data