Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 509 Bytes

Big-Data

Setup

To run the project, you may want to create a virtual environment:

# Create the environment
python3 -m venv venv

# Activate the environment
source venv/bin/activate

And the necessary library must be installled:

python3 -m pip install -r requirements.txt

Exploration

The file exploration contain the first part and the insights of the project.

Prediction

The file prediction contain our results using spark ml.