Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<img src="https://bit.ly/2VnXWr2" alt="Ironhack Logo" width="100"/>
# Lab | Inbalance between classes
## Introduction
In this lab, we are going to explore a case of unbalanced classes.
## Getting Started
Open the `ipynb` file in `your-code` directory. Follow the instructions and add your code and explanations as necessary. By the end of this lab, you will have learned how to prepare a dataset for most scikit-learn algorithms.
Dataset from: https://www.kaggle.com/ealaxi/paysim1
## Deliverables
- `ipynb` with your responses.
## Submission
Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.
<img src="https://bit.ly/2VnXWr2" alt="Ironhack Logo" width="100"/>

# Lab | Inbalance between classes

## Introduction

In this lab, we are going to explore a case of unbalanced classes.

## Getting Started

Open the `ipynb` file in `your-code` directory. Follow the instructions and add your code and explanations as necessary. By the end of this lab, you will have learned how to prepare a dataset for most scikit-learn algorithms.

Dataset from: https://www.kaggle.com/ealaxi/paysim1

## Deliverables

- `ipynb` with your responses.

## Submission

Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.
Loading