Pinned Repositories
BEGINNER-LINUX-CHALLENGES
breast-cancer-prediction
Predict the class of breast cancer (malignant or ‘bad’ versus benign or ‘good’) from the features of images taken from breast samples.
Data-Wrangling
FINANCIAL-SERVICES-IN-TANZANIA
Health-Insurance-
LEVEL-1-PROGRAMMING-KATAS
password-checker
Predict-Credit-Card-Approvals
Build an automatic credit card approval predictor using machine learning techniques, just like the real banks do.
SIMPLE-CALCULATOR-PART-1
Statistical-Thinking
Mahnatse-rgb's Repositories
Mahnatse-rgb/Data-Wrangling
Mahnatse-rgb/FINANCIAL-SERVICES-IN-TANZANIA
Mahnatse-rgb/Health-Insurance-
Mahnatse-rgb/LEVEL-1-PROGRAMMING-KATAS
Mahnatse-rgb/password-checker
Mahnatse-rgb/Predict-Credit-Card-Approvals
Build an automatic credit card approval predictor using machine learning techniques, just like the real banks do.
Mahnatse-rgb/SIMPLE-CALCULATOR-PART-1
Mahnatse-rgb/Statistical-Thinking
Mahnatse-rgb/BEGINNER-LINUX-CHALLENGES
Mahnatse-rgb/breast-cancer-prediction
Predict the class of breast cancer (malignant or ‘bad’ versus benign or ‘good’) from the features of images taken from breast samples.
Mahnatse-rgb/cool_things_python
As a python developer, i am constantly learning cool stuff using python, some big and others small. This repo contains all cool things i leant using python
Mahnatse-rgb/Decision-Tree-Model
Mahnatse-rgb/EVOLUTION-OF-LINUX-VISUALISATION
Mahnatse-rgb/Extracting-RGB-value-from-image-
Mahnatse-rgb/git-basic-exercises
Mahnatse-rgb/Introduction-to-Java
Mahnatse-rgb/it-cert-automation-practice
Google IT Automation with Python Professional Certificate - Practice files
Mahnatse-rgb/kmeans-clustering
Mahnatse-rgb/Mahnatse
Mahnatse-rgb/MahnatseChoung.github.io
Mahnatse-rgb/MULTIVARIATE-LINEAR-REGRESSION
Mahnatse-rgb/OOP
Mahnatse-rgb/OOP-FOR-DATA-SCIENCE
It is efficient to put machine learning models and other data science techniques into classes so that we can reuse them later and change attributes without changing the code behind these models.
Mahnatse-rgb/Simple-linear-regression
Mahnatse-rgb/slides
Slides + What can I do after taking Lesson 1? Lesson 2? ... etc
Mahnatse-rgb/SQL
MySQL is nice and lot’s of people use it in industry, but it doesn’t actually implement standard SQL, it sort of does it’s own thing a bit. Postgres is a much more standard DB, and industry loooooves it
Mahnatse-rgb/STRING-CALCULATOR
Mahnatse-rgb/tkinter_GUI_calculator
Created a simple python calculator using a Tkinter GUI