Skip to content

Codewander/Kaggle_Drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle_Drivers

Python code for AXA Driver Telematics Analysis Competition Phase1:

1.MainModel.py instantiates the DriverManager object, reads the drivers data (trips), computes the features and passes the information to DriverManager:

	1.1 DriverManager has a list of all Driver objects and provides operations to set, get, etc. a Driver object as needed:

		1.1.1 Each Driver(id, name) object has a list of its own Trip objects (200) and provides operations to set, get, etc. a Trip object as needed:

			1.1.1.1 Each Trip(id, name) object encapsulates(stores) the coresponding features computed for each trip. The features can be retrieved and
				analized as needed

To run the code type: python MainDriver.py "path to your Kaggle drivers"

Phase2: Use the Nervana Systems' Neon ML to test/refine the features generated in 1 above

About

Python code for AXA Driver Telematics Analysis Competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages