Skip to content

bryanhe/closek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Close-k Classifier

This repository contains code accompanying

Minimizing Close-k Aggregate Loss Improves Classification

Bryan He, James Zou.

We provide a Python 3 implementation using the scikit-learn API, and provide code to reproduce the figures and tables from the paper.

Installation

Our package is available on PyPy, and can be installed using

pip install -i https://pypi.org/project/ closek

You can also install this package by cloning the Github repository, and running

pip install closek

If you want directly use the implementation in your package, you can also copy closek/closek.py into your code.

Usage

An example of how to use our package is shown in test.py.

Generating Results from Paper

The code used for the paper is in experiments. See the README there for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published