Skip to content

cjwallace/fake-classification-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fake classification data

This is a small and silly project to generate some realistic but fake binary classification predictions and labels for use in metrics. It's unlikely you will have any use for this, but if you do, clone the repo, then run

cd fake-classification-data
poetry install
poetry run generate

A predictions.json file will be created in /data with some prediction probabilities and labels. It'll be structured appropriately for consumption by the metrics JSON upload:

[
  {
    "probability": 0.10,
    "label": 0
  },
  {
    "probability": 0.46,
    "label": 1
  },
  ...
]

✌️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages