Tags

sticky

Go to all course practice sessions !

Github is a web-hosting platform and software development management service using Git versionning system. This site is developed using Ruby on Rails and contains as of today 50 milli...

In TDs, Aug 03, 2020

Binary classification - Titanic Dataset - Quick example

This is a classification scenario where you try to predict a categorical binary target y if the person survived (1) or not (0) from the Titanic.This example is really short and here j...

In TDs, Sklearn, MachineLearning, Supervised, Classification, Dec 18, 2020

Supervised Machine Learning

Machine Learning is the field of study that gives computers the ability to learn without being explicitly programmed (if,if,if,else,if). — Arthur Samuel, 1959

In TDs, StatsEnVrac, Sep 25, 2020

Discover Pandas

Why Pandas ?

In TDs, Python, Sep 10, 2020

Webscrapping using Selenium

Selenium is an open-source automated testing suite for web apps. It was at first used to automate tests for web applications as it can emulate user interactions with browsers, althoug...

In TDs, Lecture, Selenium, Python, Sep 07, 2020

Setting up a simple Flask app

Flask is a micro web framework written in Python, first released in 2010. It is lightweight (hence the “micro”), has more stars on GitHub that is “concurrent” Django — first released ...

In TDs, Flask, Python, Aug 29, 2020

Beginning in Python

1st course will mainly focus on how to approach Python for the first time. For that we will use Jupyter module.

In TDs, Aug 22, 2020

Install Python !

This tutorial helps newcomers to install Python properly and manage different Python versions, especially for Mac users having a system 2.7 Python installed already.

In TDs, Python, Aug 14, 2020