AI-powered search & chat for Data / Computer Science Students

Learn more with these recommended learning resources

Basic Introduction to Scikit Learn

 Analytics Vidhya

Built on-top of NumPy, SciPy and Matplotlib,the Scikit-learn is the robust library used in machine learning. Scikit-learn library focus more on modeling the data rather than loading, manipulating and…...

Read more at Analytics Vidhya

Machine Learning with Scikit-Learn

 Python in Plain English

Part 7: Linear Models/Ordinary Least Squares Continue reading on Python in Plain English

Read more at Python in Plain English

Machine Learning with Scikit-learn

 Analytics Vidhya

This blog provides an overview of how to build a Machine Learning model with details on various aspects such as data pre-processing, splitting the training and testing data…

Read more at Analytics Vidhya

Scikit-Learn Cheat Sheet (2022), Python for Data Science

 Level Up Coding

The absolute basics for beginners learning Scikit-Learn in 2022 Continue reading on Level Up Coding

Read more at Level Up Coding

Supervised Learning with Scikit-learn

 Analytics Vidhya

So let's start with what is supervised learning, how is it different from unsupervised learning, what are its practical applications, and how to implement supervised learning with the Scikit-learn…

Read more at Analytics Vidhya

Introduction to Machine Learning with scikit-learn

 Machine Learning Mastery

Last Updated on August 21, 2019 The scikit-learn library is one of the most popular platforms for everyday machine learning and data science. The reason is because it is built upon Python, a fully fea...

Read more at Machine Learning Mastery

A Beginners Guide to Scikit-Learn

 Towards Data Science

Scikit-learn, first developed as a Google Summer of Code project in 2007, is the now widely considered to be the most popular Python library for machine learning. There are a number of reasons why…

Read more at Towards Data Science

Scikit-Learn: A silver bullet for basic machine learning

 Analytics Vidhya

Scikit-Learn is python’s core machine learning package that has most of the necessary modules to support a basic machine learning project. The library provides a unified API (Application Programming…

Read more at Analytics Vidhya

Introducing Scikit-Learn

 Python Data Science Handbook

There are several Python libraries which provide solid implementations of a range of machine learning algorithms. One of the best known is Scikit-Learn , a package that provides efficient versions of ...

Read more at Python Data Science Handbook

Model Evaluation in Scikit-learn

 Towards Data Science

A tutorial on how to calculate the most common metrics for regression and classification using scikit-learn. Continue reading on Towards Data Science

Read more at Towards Data Science

Building a k-Nearest Neighbors Classifier with Scikit-learn: A Step-by-Step Tutorial

 Level Up Coding

Scikit-learn is a popular Python library for Machine Learning that provides tools for data analysis, data pre-processing, model selection… Continue reading on Level Up Coding

Read more at Level Up Coding

10 Things You Didn’t Know About Scikit-Learn

 Towards Data Science

Scikit-learn is one of the most widely used Python machine learning libraries. It has a standardized and simple interface for preprocessing data and model training, optimisation and evaluation. The…

Read more at Towards Data Science

Mastering the Scikit-learn Library

 Towards Data Science

Scikit-learn is a powerful machine learning library that provides a wide variety of modules for data access, data preparation and statistical model building. It has a good selection of clean toy…

Read more at Towards Data Science

Practical Machine Learning with Scikit-Learn

 Towards Data Science

Customer churn is an important issue for every business. While looking for ways to expand customer portfolio, businesses also focuses on keeping the existing customers. Thus, it is crucial to learn…

Read more at Towards Data Science

A Gentle Introduction to Scikit-Learn: A Python Machine Learning Library

 Machine Learning Mastery

Last Updated on August 16, 2020 If you are a Python programmer or you are looking for a robust library you can use to bring machine learning into a production system then a library that you will want ...

Read more at Machine Learning Mastery

The Ultimate Scikit-Learn Guide

 Python in Plain English

Part 2: Typecasting, Refitting, and Updating Parameters Welcome back Machine Learning and Data enthusiasts! Today we will continue with our journey on how to use sklearn. We will talk about some furt...

Read more at Python in Plain English

7 Scikit-Learn Best Practices For Data Scientists

 Towards Data Science

Tips for taking full advantage of this machine learning package Continue reading on Towards Data Science

Read more at Towards Data Science

A Brief Tour of Scikit-learn (Sklearn)

 Towards Data Science

For machine learning, Python and R are the most widely used programming languages today. Scikit-learn is a python library that provides methods for data reading, data preparation, regression…

Read more at Towards Data Science

Supervised Machine Learning Using Python Scikit-learn

 Towards Data Science

Scikit-learn was first released in 2010, and since then it has been a popular Python machine learning library. It implements various machine learning algorithms and provides consistent Python APIs…

Read more at Towards Data Science

A Simple Guide to Scikit-Learn — Building a Machine Learning Model in Python

 Towards Data Science

If you’re learning Python and would like to develop a machine learning model then a library that you want to seriously consider is scikit-learn. Scikit-learn (also known as sklearn) is a machine…

Read more at Towards Data Science

Scikit-Learn (Python): 6 Useful Tricks for Data Scientists

 Level Up Coding

Scikit-learn (sklearn) is a powerful open source machine learning library built on top of the Python programming language. This library contains a lot of efficient tools for machine learning and…

Read more at Level Up Coding

Rediscover Scikit-Learn — Why Everything You Know is a Lie

 Level Up Coding

Note: This blog post assumes basic familiarity with Python and data analysis concepts. Hey there, fellow data enthusiasts! Grab a cup of coffee and settle in because today we’re going to dive deep int...

Read more at Level Up Coding

scikit-learn Cheat Sheet : Functions for Machine Learning

 Towards AI

Mastering Machine Learning with Python and scikit-learn: A Comprehensive Guide for Data Scientists and AI Enthusiasts Continue reading on Towards AI

Read more at Towards AI

Scikit-Learn Machine Learning Classification 101

 Level Up Coding

This article is not about mobile or web development or cloud platforms, it is about my dive into the machine learning world. Although I’m still an explorer of this field, I will blog about my…

Read more at Level Up Coding