introduction to Linear-regression First of the projects in the machine learning area at 42 network. Objective is to create a linear regression function in the language of choice (python3), train the model on the given dataset, save generated indices and use them to predict car price depending on it's mileage.
dependencies: - pip3 install -r requirements.txt
to run: - python3 -m sources.predict - python3 -m sources.train