Skip to content

Experiments for "Minimizing Close-k Aggregate Loss Improves Classification"

Notifications You must be signed in to change notification settings

ilemhadri/close-k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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

The package can be installed using

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

Experiments for "Minimizing Close-k Aggregate Loss Improves Classification"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published