Skip to content

In this code, I present how to create a machine learning model using python. The library used is SKlearn

Notifications You must be signed in to change notification settings

irfandythalib/machine-learning-model-for-traffic-accident-rate-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

machine-learning-model-for-traffic-accident-rate-classification

In this code, I present how to create a machine learning model using python.

The library used is SKlearn

In row 2, you see the selection of columns that are used as attributes and labels. Column 1 is the label

Testing and training data sharing method is 33%

The algorithm used:

Neural network SVM Decision Tree Naive Bayes

It can be seen that the SVM algorithm is superior to other algorithms (92.7% Mean) for this case

About

In this code, I present how to create a machine learning model using python. The library used is SKlearn

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published