Microsoft-LSA-Nexus-Chapter / Data-Science-Snippets

A collection of useful and concise code snippets for various data science tasks! This repository contains ready-to-use scripts and functions for data manipulation, visualization, machine learning, and more. Perfect for data scientists, researchers, and enthusiasts looking for quick solutions or wanting to build upon these foundational pieces.
12 stars 8 forks source link

Implement a Naive Bayes Classifier #18

Closed aditya-ghosh2992 closed 3 weeks ago

aditya-ghosh2992 commented 3 weeks ago

Make a ML program to predict the similarity

Sample Test : "name" and "main" Sample Result : " Naive Bayes classification accuracy: 0.965 "