Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 318 Bytes

File metadata and controls

10 lines (9 loc) · 318 Bytes

Forecasting the Number of Vehicles

This project uses one of the algorithms, namely the Naive Bayes algorithm. Naive Bayes is a statistical classification that can be used to predict the probability of membership of a class.

Tools

i use tools

  • JupyerLab
  • Python 3.10.6
  • Python packages
    • pandas
    • numpy