Pinned Repositories
EDA_Haberman-Survival-Dataset
This repository provides Exploratory Data Analysis on the Haberman's Survival Dataset. The objective here is to perform EDA on the given dataset to find whether the patient will survive more than 5 years or less than 5 years using information such as patient's age, operation year and numbers of lymph nodes.
hello
Web programming with Python and JavaScript
Manual-implementation-of-Performance-Metrics
Computing various performance metrics without using scikit-learn.
Online-course-Certificates
Pandas-Exercises
This repository contains basic exercises for Pandas library.
Predicting-Heart-Disease
Classifying heart disease patients.
Python-Exercises-for-Beginners
In this repository, you will find basic exercises for Python Beginners which are essentials for starting out in Data-science.
SMS-spam-detection-through-NLP
In this project I have used most popular machine-learning algorithms with text-preprocessing and hype-parameter tuning to build a best model with highest Accuracy score and lowest false-positive rate.
Understanding-K-NN
K Nearest Neighbour is a simple algorithm that stores all the available cases and classifies the new data or case based on a similarity measure.
Web-scraping-IMDB
Web scraping tutorial for extracting IMDB movie ratings. This is only for learning purposes.
dipen0807's Repositories
dipen0807/SMS-spam-detection-through-NLP
In this project I have used most popular machine-learning algorithms with text-preprocessing and hype-parameter tuning to build a best model with highest Accuracy score and lowest false-positive rate.
dipen0807/EDA_Haberman-Survival-Dataset
This repository provides Exploratory Data Analysis on the Haberman's Survival Dataset. The objective here is to perform EDA on the given dataset to find whether the patient will survive more than 5 years or less than 5 years using information such as patient's age, operation year and numbers of lymph nodes.
dipen0807/hello
Web programming with Python and JavaScript
dipen0807/Manual-implementation-of-Performance-Metrics
Computing various performance metrics without using scikit-learn.
dipen0807/Online-course-Certificates
dipen0807/Pandas-Exercises
This repository contains basic exercises for Pandas library.
dipen0807/Predicting-Heart-Disease
Classifying heart disease patients.
dipen0807/Python-Exercises-for-Beginners
In this repository, you will find basic exercises for Python Beginners which are essentials for starting out in Data-science.
dipen0807/Understanding-K-NN
K Nearest Neighbour is a simple algorithm that stores all the available cases and classifies the new data or case based on a similarity measure.
dipen0807/Web-scraping-IMDB
Web scraping tutorial for extracting IMDB movie ratings. This is only for learning purposes.
dipen0807/RandomSearchCV-Manual-Implementation
dipen0807/TFIDF-Vectorizer-Manual-Implementation