Scikit-learn (sklearn) projects in form of Jupyter Notebooks
-
Updated
Feb 10, 2019 - Jupyter Notebook
Scikit-learn (sklearn) projects in form of Jupyter Notebooks
I created this notebook to training my datascience skills, ssing different automatic learning models
KNN Classifire by using Python and Jupyter NoteBooks
This notebook contains the sentimental analysis of the movie reviews on imdb.
A bunch of jupyter notebooks containing tensorflow and keras implementation from ANN to GANs to NLP.
Titanic challenge part 1 In this notebook, we will be covering all of the steps required to wrangle the Titanic data set into a format that is suitable for machine learning. We will do each of the following: impute missing values create new features (feature engineering) Part 2 of this challenge involves fitting and tuning a random forest to mak…
Titanic challenge part 2 In this kernel, we will be covering all of the steps required to train, tune and assess a random forest model. Part 1 of this series dealt with the pre-processing and manipulation of the data. This notebook will make use of the data sets that were created in the first part. We will do each of the following: train and tes…
This repository holds 2 Jupyter notebooks and one csv file on Time Series analysis for the A Yen for the Future exercises. The purpose of this code is to demonstrate understanding of time series work in Python: ARMA, ARIMA and related concepts.
A collection of notebooks for my final year project. The notebooks are used to create a virtual personal trainer to check bicep curls, squats and overhead presses.
This is a tutorial in an IPython Notebook for the Kaggle competition, Titanic Machine Learning From Disaster. The goal of this repository is to provide an example of a competitive analysis for those interested in getting into the field of data analytics or using python for Kaggle's Data Science competitions .
This is a very brief notebook on NLP, it contains a "Disaster Analysis" project in which all the possible architectures were shown and described briefly.
A topic-wise collection of mini projects implementing basic machine learning concepts through python. Originally implemented in Google colab notebooks.
This notebook explores and analyzes the Heart Disease UCI dataset using Python libraries such as NumPy, Pandas, Matplotlib, Seaborn, and scikit-learn. It includes data visualization, feature engineering, model building using Random Forest Classifier, and evaluation of the model's performance in predicting the presence or absence of heart disease.
This repository is a hub for data science enthusiasts, offering a diverse collection of projects, notebooks, and resources covering topics such as data analysis, machine learning, deep learning, and generative AI. Explore innovative ideas, contribute to cutting-edge research, and enhance your skills in the dynamic field of data science
Análisis de la fuga de empleados de una empresa con implementación de un modelo de Machine Learning para acciones de fidelización.
Best for beginners | Well explained ML algorithms | organized Notebooks | Case Studies
This Jupyter Notebooks is an initial study of the application of sklearn neural network MLP Classifier model. The model is applied to dataset MotorPremiums, which is supplied separately in .csv format.
Notebook created for a challenge hosted by Summer Analytics by C&A Club IITG.
This notebook is a study on the sales of newspapers of a local stand, with intention to predict the newspaper sales performance based on the different features available. For this, 4 sklearn models are applied: Linear Regression, Lasso Regression, Ridge Regression and Elastic Net Regression.
Add a description, image, and links to the sklearn-library topic page so that developers can more easily learn about it.
To associate your repository with the sklearn-library topic, visit your repo's landing page and select "manage topics."