Skip to content

Python Data Tool: Top-k classification and model selector

License

Notifications You must be signed in to change notification settings

priscilla-chk/top_k_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Top-k Models

A python data tool that predicts that top k classes of a dataset, calculates the Top-k accuracy for different models and selects the best classifier.

A solar radiation project that uses this tool to predict the level of solar radiation based on variables such as temperature, pressure, etc. can be found on https://github.com/priscilla-chk/top_k_models/tree/master/example_projects

Documentation

Documentation can be found on https://github.com/priscilla-chk/top_k_models/

Installation

top_k_models can be installed directly from pip/pip3:

  • pip install top_k_models

Dependencies

  • numpy, pandas, sklearn

Releases

No releases published

Packages

No packages published