Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.24 KB

Scikit-learn Tutorial

Introduction

Scikit-learn is a free software machine learning library for the Python programming language. It features various classification, regression and clustering algorithms including support vector machines, random forests, gradient boosting and k-means and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.

Repository description

This repository contains 3 separate notebooks, each covering different aspects of data preprocessing for machine learning using scikit-learn, namely:

  • Feature encoding
  • Feature scaling
  • Missing values imputation

Medium (Towards Data Science) articles