anshumantekriwal/machine-learning
Machine Learning Modelling On Regression & Classification Problems
This project provides pre-built machine learning models and code examples for common prediction tasks. It helps you analyze structured datasets, like medical insurance claims or weather data, to make predictions about future outcomes or classify observations. It's designed for data analysts or researchers who need to quickly apply standard statistical modeling techniques.
No commits in the last 6 months.
Use this if you need to perform basic regression (predicting a numerical value) or classification (predicting a category) on tabular data using established machine learning algorithms.
Not ideal if you're looking for advanced deep learning models, solutions for unstructured data like images or text, or a drag-and-drop interface.
Stars
10
Forks
4
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Sep 10, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/anshumantekriwal/machine-learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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