├── .gitignore ├── Big Market Sales Prediction ├── README.md ├── big-market-sales-prediction.ipynb └── bigmarket.csv ├── Car Price Prediction ├── README.md ├── car data.csv └── car-price-prediction-ann.ipynb ├── Credit Card Fraud Detection ├── README.md └── credit-card-fraud-detection.ipynb ├── Customer Personality Analysis ├── Customer Personalty Analysis.ipynb ├── Datasets │ ├── data_visuals.csv │ ├── data_visuals2.csv │ └── marketing_campaign.csv ├── Images │ ├── Blog_Banner_v1-01-1024x410.jpg │ ├── Dashboard1.png │ ├── Dashboard2.png │ ├── newplot.png │ ├── newplot2.png │ ├── newplot3.png │ ├── newplot4.png │ ├── newplot5.png │ ├── newplot6.png │ ├── newplot7.png │ ├── newplot8.png │ └── newplot9).png ├── README.md └── TableauBooks │ ├── Book1.twb │ └── Book2.twb ├── Diabetes ├── Diabetes.ipynb ├── README.md └── diabetes.csv ├── FASHION-MNIST └── fashion-mnist.ipynb ├── Gold Price Prediction ├── README.md ├── gld_price_data.csv └── gold-price-prediction-gridsearchcv.ipynb ├── Heart Disease Prediction ├── README.md ├── heart.csv └── heart_disease_prediction_various_algorithms.ipynb ├── House Prediction-USA ├── README.md └── kerasHousePrice.ipynb ├── LICENSE ├── Medical Cost prediction ├── README.md ├── cost-prediction-eda-tunning-regression.ipynb ├── insurance.csv └── istockphoto-1262027789-170667a.jpg ├── Netflix Recommendation, EDA and Visuals ├── README.md ├── netflix-recommendation-and-eda.ipynb └── screenshots │ ├── Screenshot (12).png │ ├── Screenshot (14).png │ └── netfllix.jpg ├── README.md ├── Sonar vs Mine ├── Copy of sonar data.csv └── SONAR mine vs rock.ipynb ├── Spotify Data Analysis ├── README.md ├── spotify-analysis.ipynb └── top50.csv ├── Stock Price Prediction - LSTM ├── AAPL.csv ├── GOOG.csv ├── README.md └── Stock-Price-Prediction.ipynb ├── Time Series and Forecasting of Stock ├── KOTAKBANK.csv ├── README.md └── time-series-analysis-forecasting-of-stock.ipynb ├── Titanic └── titanic-dataset.ipynb └── Twitter Sentimental Analysis ├── README.md ├── tweet.jpg └── twitter-sentimental-analysis.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/.gitignore -------------------------------------------------------------------------------- /Big Market Sales Prediction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Big Market Sales Prediction/README.md -------------------------------------------------------------------------------- /Big Market Sales Prediction/big-market-sales-prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Big Market Sales Prediction/big-market-sales-prediction.ipynb -------------------------------------------------------------------------------- /Big Market Sales Prediction/bigmarket.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Big Market Sales Prediction/bigmarket.csv -------------------------------------------------------------------------------- /Car Price Prediction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Car Price Prediction/README.md -------------------------------------------------------------------------------- /Car Price Prediction/car data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Car Price Prediction/car data.csv -------------------------------------------------------------------------------- /Car Price Prediction/car-price-prediction-ann.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Car Price Prediction/car-price-prediction-ann.ipynb -------------------------------------------------------------------------------- /Credit Card Fraud Detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Credit Card Fraud Detection/README.md -------------------------------------------------------------------------------- /Credit Card Fraud Detection/credit-card-fraud-detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Credit Card Fraud Detection/credit-card-fraud-detection.ipynb -------------------------------------------------------------------------------- /Customer Personality Analysis/Customer Personalty Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Customer Personalty Analysis.ipynb -------------------------------------------------------------------------------- /Customer Personality Analysis/Datasets/data_visuals.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Datasets/data_visuals.csv -------------------------------------------------------------------------------- /Customer Personality Analysis/Datasets/data_visuals2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Datasets/data_visuals2.csv -------------------------------------------------------------------------------- /Customer Personality Analysis/Datasets/marketing_campaign.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Datasets/marketing_campaign.csv -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/Blog_Banner_v1-01-1024x410.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/Blog_Banner_v1-01-1024x410.jpg -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/Dashboard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/Dashboard1.png -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/Dashboard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/Dashboard2.png -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/newplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/newplot.png -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/newplot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/newplot2.png -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/newplot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/newplot3.png -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/newplot4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/newplot4.png -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/newplot5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/newplot5.png -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/newplot6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/newplot6.png -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/newplot7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/newplot7.png -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/newplot8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/newplot8.png -------------------------------------------------------------------------------- /Customer Personality Analysis/Images/newplot9).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/Images/newplot9).png -------------------------------------------------------------------------------- /Customer Personality Analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/README.md -------------------------------------------------------------------------------- /Customer Personality Analysis/TableauBooks/Book1.twb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/TableauBooks/Book1.twb -------------------------------------------------------------------------------- /Customer Personality Analysis/TableauBooks/Book2.twb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Customer Personality Analysis/TableauBooks/Book2.twb -------------------------------------------------------------------------------- /Diabetes/Diabetes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Diabetes/Diabetes.ipynb -------------------------------------------------------------------------------- /Diabetes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Diabetes/README.md -------------------------------------------------------------------------------- /Diabetes/diabetes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Diabetes/diabetes.csv -------------------------------------------------------------------------------- /FASHION-MNIST/fashion-mnist.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/FASHION-MNIST/fashion-mnist.ipynb -------------------------------------------------------------------------------- /Gold Price Prediction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Gold Price Prediction/README.md -------------------------------------------------------------------------------- /Gold Price Prediction/gld_price_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Gold Price Prediction/gld_price_data.csv -------------------------------------------------------------------------------- /Gold Price Prediction/gold-price-prediction-gridsearchcv.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Gold Price Prediction/gold-price-prediction-gridsearchcv.ipynb -------------------------------------------------------------------------------- /Heart Disease Prediction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Heart Disease Prediction/README.md -------------------------------------------------------------------------------- /Heart Disease Prediction/heart.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Heart Disease Prediction/heart.csv -------------------------------------------------------------------------------- /Heart Disease Prediction/heart_disease_prediction_various_algorithms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Heart Disease Prediction/heart_disease_prediction_various_algorithms.ipynb -------------------------------------------------------------------------------- /House Prediction-USA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/House Prediction-USA/README.md -------------------------------------------------------------------------------- /House Prediction-USA/kerasHousePrice.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/House Prediction-USA/kerasHousePrice.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/LICENSE -------------------------------------------------------------------------------- /Medical Cost prediction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Medical Cost prediction/README.md -------------------------------------------------------------------------------- /Medical Cost prediction/cost-prediction-eda-tunning-regression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Medical Cost prediction/cost-prediction-eda-tunning-regression.ipynb -------------------------------------------------------------------------------- /Medical Cost prediction/insurance.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Medical Cost prediction/insurance.csv -------------------------------------------------------------------------------- /Medical Cost prediction/istockphoto-1262027789-170667a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Medical Cost prediction/istockphoto-1262027789-170667a.jpg -------------------------------------------------------------------------------- /Netflix Recommendation, EDA and Visuals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Netflix Recommendation, EDA and Visuals/README.md -------------------------------------------------------------------------------- /Netflix Recommendation, EDA and Visuals/netflix-recommendation-and-eda.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Netflix Recommendation, EDA and Visuals/netflix-recommendation-and-eda.ipynb -------------------------------------------------------------------------------- /Netflix Recommendation, EDA and Visuals/screenshots/Screenshot (12).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Netflix Recommendation, EDA and Visuals/screenshots/Screenshot (12).png -------------------------------------------------------------------------------- /Netflix Recommendation, EDA and Visuals/screenshots/Screenshot (14).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Netflix Recommendation, EDA and Visuals/screenshots/Screenshot (14).png -------------------------------------------------------------------------------- /Netflix Recommendation, EDA and Visuals/screenshots/netfllix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Netflix Recommendation, EDA and Visuals/screenshots/netfllix.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/README.md -------------------------------------------------------------------------------- /Sonar vs Mine/Copy of sonar data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Sonar vs Mine/Copy of sonar data.csv -------------------------------------------------------------------------------- /Sonar vs Mine/SONAR mine vs rock.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Sonar vs Mine/SONAR mine vs rock.ipynb -------------------------------------------------------------------------------- /Spotify Data Analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Spotify Data Analysis/README.md -------------------------------------------------------------------------------- /Spotify Data Analysis/spotify-analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Spotify Data Analysis/spotify-analysis.ipynb -------------------------------------------------------------------------------- /Spotify Data Analysis/top50.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Spotify Data Analysis/top50.csv -------------------------------------------------------------------------------- /Stock Price Prediction - LSTM/AAPL.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Stock Price Prediction - LSTM/AAPL.csv -------------------------------------------------------------------------------- /Stock Price Prediction - LSTM/GOOG.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Stock Price Prediction - LSTM/GOOG.csv -------------------------------------------------------------------------------- /Stock Price Prediction - LSTM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Stock Price Prediction - LSTM/README.md -------------------------------------------------------------------------------- /Stock Price Prediction - LSTM/Stock-Price-Prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Stock Price Prediction - LSTM/Stock-Price-Prediction.ipynb -------------------------------------------------------------------------------- /Time Series and Forecasting of Stock/KOTAKBANK.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Time Series and Forecasting of Stock/KOTAKBANK.csv -------------------------------------------------------------------------------- /Time Series and Forecasting of Stock/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Time Series and Forecasting of Stock/README.md -------------------------------------------------------------------------------- /Time Series and Forecasting of Stock/time-series-analysis-forecasting-of-stock.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Time Series and Forecasting of Stock/time-series-analysis-forecasting-of-stock.ipynb -------------------------------------------------------------------------------- /Titanic/titanic-dataset.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Titanic/titanic-dataset.ipynb -------------------------------------------------------------------------------- /Twitter Sentimental Analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Twitter Sentimental Analysis/README.md -------------------------------------------------------------------------------- /Twitter Sentimental Analysis/tweet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Twitter Sentimental Analysis/tweet.jpg -------------------------------------------------------------------------------- /Twitter Sentimental Analysis/twitter-sentimental-analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karan842/Data-Science-Projects/HEAD/Twitter Sentimental Analysis/twitter-sentimental-analysis.ipynb --------------------------------------------------------------------------------