dlab-berkeley/Python-Machine-Learning
D-Lab's 6 hour introduction to machine learning in Python. Learn how to perform classification, regression, clustering, and do model selection using scikit-learn in Python.
This workshop introduces you to fundamental machine learning concepts and their practical application using Python. You'll learn to prepare data and then apply techniques like regression, classification, and clustering to make predictions or find patterns in your datasets. This is ideal for researchers, analysts, or anyone looking to get started with machine learning to analyze their own data.
No commits in the last 6 months.
Use this if you have basic Python skills and want to learn how to build predictive models or extract insights from your data using common machine learning techniques.
Not ideal if you are looking for advanced deep learning topics or already have significant experience with scikit-learn and machine learning workflows.
Stars
91
Forks
71
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dlab-berkeley/Python-Machine-Learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
uxlfoundation/scikit-learn-intelex
Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
INRIA/scikit-learn-mooc
Machine learning in Python with scikit-learn MOOC
ddbourgin/numpy-ml
Machine learning, in numpy
nubank/fklearn
fklearn: Functional Machine Learning
gavinkhung/machine-learning-visualized
ML algorithms implemented and derived from first-principles in Jupyter Notebooks and NumPy