Skip to main content

ValidMind Developer Framework

Project description

ValidMind Developer Framework

ValidMind’s Python Developer Framework is a library of developer tools and methods designed to automate the documentation and validation of your models.

The Developer Framework is designed to be model agnostic. If your model is built in Python, ValidMind's Python library will provide all the standard functionality without requiring your developers to rewrite any functions.

The Developer Framework provides a rich suite of documentation tools and test suites, from documenting descriptions of your dataset to testing your models for weak spots and overfit areas. The Developer Framework helps you automate the generation of model documentation by feeding the ValidMind platform with documentation artifacts and test results to the ValidMind platform.

Installation

To install the ValidMind Developer Framework and all optional dependencies, run:

pip install validmind[all]

To install the Developer Framework without optional dependencies (core functionality only), run:

pip install validmind

Extra dependencies

The Developer Framework has optional dependencies that can be installed separately to support additional model types and tests.

  • LLM Support: To be able to run tests for Large Language Models (LLMs), install the llm extra:

    pip install validmind[llm]
    
  • PyTorch Models: To use pytorch models with the Developer Framework, install the torch extra:

    pip install validmind[torch]
    
  • Hugging Face Transformers: To use Hugging Face Transformers models with the Developer Framework, install the transformers extra:

    pip install validmind[transformers]
    
  • R Models: To use R models with the Developer Framework, install the r extra:

    pip install validmind[r-support]
    

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

validmind-2.3.5.tar.gz (12.9 MB view hashes)

Uploaded Source

Built Distribution

validmind-2.3.5-py3-none-any.whl (13.2 MB view hashes)

Uploaded Python 3

Supported by

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