Skip to content

KappaML/benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

47 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

KappaML Benchmarks

This repository contains the code for running benchmarks for the KappaML platform.

Platform: https://kappaml.com

API Keys: https://app.kappaml.com/api-keys

API Documentation: https://api.kappaml.com/docs

OpenAPI Schema: https://api.kappaml.com/openapi.json

Running the benchmarks

Installation

pip install -r requirements.txt

Running the benchmarks

Get an API key from https://app.kappaml.com/api-keys and set as env variable

export KAPPAML_API_KEY="your_api_key_here"

Run the benchmarks

python run_benchmarks.py

Plotting the results

python plot_results.py

Results

The results are saved in the results directory.

Results Table

The results are saved in the results/results.md file.

Figures

The figures are saved in the figures directory and individual model results as well as aggregated results.

Regression Models

Regression Results Regression Composite Results Real Datasets Regression Composite Results Synthetic Datasets

Classification Models

Classification Results Classification Composite Results Real Datasets Classification Composite Results Synthetic Datasets

About

Benchmarking code and results of the KappaML platform. ๐Ÿ“Š

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages