Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszSambor committed Jun 15, 2022
1 parent 55ca19c commit 0dbb986
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,28 @@ Explore the repo in the following order:

[ 2.2 Data cleaning and preparing for ML model (OSMNX data set)](2.Data processing.ipynb#2.2_data_cleaning_and_preparing_for_ML_model_(osmnx_data_set))

[ 3.1 Example machine learning usage ](3.Machine learning.ipynb)
##### Example machine learning usage:

[3. Creating machine learning model](#3)
- [3.1.1 Load dataset prepared previousl](#3_1_1)
- [3.1.2 Split into training and testing sets](#3_1_2)

[3.2 Scalling values](#3_2)

[3.3 Building deep learning model model](#3_3)
- [3.3.1 Finding the best parameters](#3_3_1)

[3.4 Predictions for all streets in San Francisco](#3_4)
- [3.4.1 Load all streets (saved previously)](#3_4_1)
- [3.4.2 Scale - exactly like we did it before with training dataset](#3_4_2)
- [3.4.3 Make prediction](#3_4_3)

[4. Result visualisation by coloring map](#4)
- [4.1 Precentage of cars moving too fast - Over_pct](#4_1)
- [4.2 Precentage of cars exceeding speed limit more than 5 mph - O5mph_pct](#4_2)
- [4.3 Average speed - Speed_avg](#4_3)
- [4.4 Average speed ovet speed limit - SpeedO_avg](#4_4)
- [4.5 Average speed of cars exceeding speed limit for more than 5 mph - Spd5O_avg](#4_5)

You can install all needed libraries (and propably a few needless) using conda and [requirements file](requirements.txt)

Expand Down

0 comments on commit 0dbb986

Please sign in to comment.