Metadata-Version: 2.1
Name: top_k_models
Version: 0.0.2
Summary: Top-k classification and model selector
Home-page: https://github.com/priscilla-chk/top_k_models
Author: Priscilla Chauke
Author-email: priscilla.chk@gmail.com
License: GNU General Public License v3.0
Description: # 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
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
