ZindiAfrica/Machine-Learning
Regression and classification solutions
This project offers pre-built solutions for common prediction tasks, helping you turn raw data into actionable insights. It takes diverse datasets, like financial records, social media text, or demographic information, and produces predictions or classifications, such as credit scores, mental health risk, or future prices. This is for anyone, like a finance professional, social scientist, or urban planner, who needs to make data-driven forecasts or categorize information without deep programming knowledge.
No commits in the last 6 months.
Use this if you have historical data and need to predict outcomes or classify new data points efficiently, like identifying fraud or forecasting economic trends.
Not ideal if you need a fully custom, highly specialized machine learning model built from scratch or if your problem doesn't involve making predictions from existing data.
Stars
16
Forks
4
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Nov 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ZindiAfrica/Machine-Learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
stabgan/Multiple-Linear-Regression
Implementation of Multiple Linear Regression both in Python and R
SENATOROVAI/Normal-equation-solver-multiple-linear-regression-course
Multiple Linear Regression (MLR) models the linear relationship between a continuous dependent...
SENATOROVAI/Normal-equations-scalar-form-solver-simple-linear-regression-course
The normal equations for simple linear regression are a system of two linear equations used to...
SENATOROVAI/underfitting-overfitting-polynomial-regression-course
Underfitting and overfitting are critical concepts in machine learning, particularly when using...
andrescorrada/IntroductionToAlgebraicEvaluation
A collection of essays and code on algebraic methods to evaluate noisy judges on unlabeled test data.