Skip to main content

ARSA_ML is a package for automated analysis of the Rashomon Set properties.

Project description

ARSA_ML - Automated Rashomon Set Analysis package

Weclome to the official ARSA_ML package site.

Welcome to the official ARSA_ML package site

Overview

ARSA_ML is a Python library for detailed analysis of the Rashomon Sets - the collections of models that perform nearly equally well on a given dataset. It provides tools to create various objects, analyse the related properties and metrics, as well as visualize the results. The package is compatible with two AutoML frameworks - AutoGluon and H2O. Additionally, you may analyze your own set of models if you present their results in a requsted format (See : documentation).

Installation

Install the package with PyPI:

pip install arsa_ml

Example usage

from arsa_ml.pipelines.builder_abstract import *
from arsa_ml.pipelines.pipelines_user_input import * 

#create pipeline from H2O saved models
builder = BuildRashomonH2O(models_directory=example_models_path, 
                           test_data = test_h2o, 
                           target_column=target_column, 
                           df_name = 'heart', 
                           base_metric='accuracy', 
                           feature_imp_needed=True)

#preview Rashomon Set properties
builder.preview_rashomon()

#set epsilon value
builder.set_epsilon(0.03)

#launch pipeline
rashomon_set, visualizer = builder.build()

#close dashboard 
builder.dashboard_close()

Documentation

For detailed package dokumentation visit documentation page

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arsa_ml-0.1.7.tar.gz (162.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arsa_ml-0.1.7-py3-none-any.whl (105.3 kB view details)

Uploaded Python 3

File details

Details for the file arsa_ml-0.1.7.tar.gz.

File metadata

  • Download URL: arsa_ml-0.1.7.tar.gz
  • Upload date:
  • Size: 162.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.11.5 Windows/10

File hashes

Hashes for arsa_ml-0.1.7.tar.gz
Algorithm Hash digest
SHA256 b9a1c6ac9a1e74e7fc1623a8b524b09dcf7de1a56b280d555f7f3242e5f3e9cb
MD5 4062a9f55a65f0e4a5c340557b99711c
BLAKE2b-256 734951802458aadcc78d8468782a04ca3f9e1beeb55241188cc5138e5aa27362

See more details on using hashes here.

File details

Details for the file arsa_ml-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: arsa_ml-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 105.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.11.5 Windows/10

File hashes

Hashes for arsa_ml-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 3b5f30eea7621e4625f8a8f775c798bac37128aacabf40585bc9b2f6a389786c
MD5 ee8a77779d8016cba65edc20294a25be
BLAKE2b-256 c6651212eb6c843d31a237c37f71c3465f39310e14e43bf79b89d2e842a91407

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page