In this exercise you will explore the data and build a simple classifier.
This exercise requires (at least) the following services to be up & running:
- elasticsearch
First, launch the jupyter service
docker compose start jupyter
- Open Jupyter: http://localhost:8888
- You need the token to start, and this can be retrieved in two different ways:
- Look at the jupyter container logs (using lazydocker, Visual Studio Code or Docker Dashboard)
- Connecting to the node:
- Run on command line:
docker exec -it docker_jupyter_1 bash
- On docker container get token:
jupyter notebook list
- Copy the token
- Run on command line:
- Now that you have the token, just use it in the login screen
- Load notebook. This is done by clicking on "Upload" and load the
MLExercise.ipynb
- Follow the instructions there
Now that you can access the data and it is included in the dataframe, feel free to play around with the data and continue with any analysis of your choice.