All Projects → sukeshpabba → Python-For-DataScience-Machine-Learning-Bootcamp-Udemy

sukeshpabba / Python-For-DataScience-Machine-Learning-Bootcamp-Udemy

Licence: other
Repository for the course on Udemy - Python for Data Science and Machine Learning Bootcamp , Jose Portilla

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects

Projects that are alternatives of or similar to Python-For-DataScience-Machine-Learning-Bootcamp-Udemy

data science portfolio
Portfolio of data science projects completed by me for academic, self learning, and hobby purposes.
Stars: ✭ 51 (+64.52%)
Mutual labels:  datascience
Free-Courses-on-Data-Science
No description or website provided.
Stars: ✭ 24 (-22.58%)
Mutual labels:  datascience
gan deeplearning4j
Automatic feature engineering using Generative Adversarial Networks using Deeplearning4j and Apache Spark.
Stars: ✭ 19 (-38.71%)
Mutual labels:  datascience
wildebeest
File processing pipelines
Stars: ✭ 86 (+177.42%)
Mutual labels:  datascience
2018-datascience-lectures
Lecture content for Intro to Data Science 2018
Stars: ✭ 32 (+3.23%)
Mutual labels:  datascience
xgboost-smote-detect-fraud
Can we predict accurately on the skewed data? What are the sampling techniques that can be used. Which models/techniques can be used in this scenario? Find the answers in this code pattern!
Stars: ✭ 59 (+90.32%)
Mutual labels:  datascience
bayarea-2019-scikit-sprint
Bay Area WiMLDS scikit-learn open source sprint (Nov 2, 2019)
Stars: ✭ 16 (-48.39%)
Mutual labels:  datascience
gretel-python-client
The Gretel Python Client allows you to interact with the Gretel REST API.
Stars: ✭ 28 (-9.68%)
Mutual labels:  datascience
cookiecutter-modern-datascience
Start a data science project with modern tools
Stars: ✭ 136 (+338.71%)
Mutual labels:  datascience
awesome-conformal-prediction
A professionally curated list of awesome Conformal Prediction videos, tutorials, books, papers, PhD and MSc theses, articles and open-source libraries.
Stars: ✭ 998 (+3119.35%)
Mutual labels:  datascience
metallicaRt
R package of colour palettes based on Metallica studio album covers.
Stars: ✭ 18 (-41.94%)
Mutual labels:  datascience
presto-kubernetes
Running Presto on k8s
Stars: ✭ 38 (+22.58%)
Mutual labels:  datascience
Naive-Bayes-Evening-Workshop
Companion code for Introduction to Python for Data Science: Coding the Naive Bayes Algorithm evening workshop
Stars: ✭ 23 (-25.81%)
Mutual labels:  datascience
WikiChron
Data visualization tool for wikis evolution
Stars: ✭ 19 (-38.71%)
Mutual labels:  datascience
objectiv-analytics
Powerful product analytics for data teams, with full control over data & models.
Stars: ✭ 399 (+1187.1%)
Mutual labels:  datascience
DGFraud-TF2
A Deep Graph-based Toolbox for Fraud Detection in TensorFlow 2.X
Stars: ✭ 84 (+170.97%)
Mutual labels:  datascience
k3ai
A lightweight tool to get an AI Infrastructure Stack up in minutes not days. K3ai will take care of setup K8s for You, deploy the AI tool of your choice and even run your code on it.
Stars: ✭ 105 (+238.71%)
Mutual labels:  datascience
ML-CaPsule
ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
Stars: ✭ 177 (+470.97%)
Mutual labels:  datascience
66Days NaturalLanguageProcessing
I am sharing my Journey of 66DaysofData in Natural Language Processing.
Stars: ✭ 127 (+309.68%)
Mutual labels:  datascience
primrose
Primrose modeling framework for simple production models
Stars: ✭ 33 (+6.45%)
Mutual labels:  datascience

Python for Data Science and Machine Learning

This is the collection of notebooks from a Course on Python for Data Science and Machine Learning by Jose Portilla on Udemy.

Along with the notebooks from the course, I've also added additional Practice notebooks, Exercise links, Cheatsheets that help you hone your skills .

Environment Setup

All the files in this repository require Jupyter installed on your computer to run them. However, you can use the same code and try it out in any of the IDE's available. The notebooks are created using the Latest version of Python 3 through the Anaconda distribution.

Installing Jupyter Using Anaconda

  • Install Python and Jupyter using Anaconda Distribution, which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.

Congratulations, you have installed Jupyter Notebook! To run the notebook, run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):

jupyter notebook 

Installing Jupyter using pip

As an existing or experienced Python user, you may wish to install Jupyter using Python’s package manager, pip, instead of Anaconda.

  • If you have Python 3 installed (which is recommended):
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
  • If you have Python 2 installed:
python -m pip install --upgrade pip
python -m pip install jupyter

Congratulations, you have installed Jupyter Notebook! To run the notebook, run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):

jupyter notebook

Python Crash Course

Basic Python Skills

Practice Links:

Data Analysis

Numpy

Practice Links:

Pandas

Practice Links:

Data Visualization

Matplotlib

Seaborn

Pandas Built-in Data Visualization

Plotly and Cufflinks

Happy Data Hours 📈

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].