Posts by Category

kaggle

Clustering with K-Means

4 minute read

In this exercise you’ll explore our first unsupervised learning technique for creating features

Creating Featues

7 minute read

In this exercise you’ll start developing the features

Mutual Information

5 minute read

Mutual information describes relationships in terms of uncertainty.

Random Forest

1 minute read

Random Forest is going to be an easy win.

Scatter Plots

8 minute read

Leverage the coordinate plane to explore relationships between variables

Hello, Seaborn

6 minute read

Your first introduction to coding for data visualization

IntermediateML pipelines

8 minute read

This notebook is an exercise in the Intermediate Machine Learning course. You can reference the tutorial at this link.

Back to top ↑

AI

Pipelines

less than 1 minute read

Pipelines are a simple way to keep your data preprocessing and modeling code organized.

Building Your Model

less than 1 minute read

The steps to building and using a model are: Define: What type of model will it be? A decison tree? Some other type of model? Some other parameters...

Back to top ↑

data

Back to top ↑

visualization

Back to top ↑

barplot

Back to top ↑

heatmap

Back to top ↑