We first create a directory for our project. Navigate to that directory and install Django with pipenv. > pipenv install django This tutorial is base on version 2.1. But I used the latest version.
In this lesson we are going to measure the accuracy of our model. To do so we need so split the data sets into two sets. One for training and another for testing. The usual rule esto alocate 70% to 80 ...