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.

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 rashomon_analysis.pipelines.builder_abstract import *
from rashomon_analysis.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.2.tar.gz (161.1 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.2-py3-none-any.whl (105.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: arsa_ml-0.1.2.tar.gz
  • Upload date:
  • Size: 161.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.5

File hashes

Hashes for arsa_ml-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d3856304788e83f34a0e5d0f554f1451d04b88668c8c3ba859877430c5105255
MD5 8fa26f6b7b02ab3ba2626f8f289b9084
BLAKE2b-256 188338420399b75bd911639f2d2f041cb3b044dcc33a01416a5c276051e81d79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arsa_ml-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 105.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.5

File hashes

Hashes for arsa_ml-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 722ad5ce15984073730446d4e7d61abbb303c9f4e9e9490ef780c10d579879b8
MD5 cd814ae13d96399c8114474e4334bb7d
BLAKE2b-256 d3a5b6f2050799afd23c6dfbd308f9425608649d075c04c22c3a2a0216d601e2

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