Skip to main content

Better insights into Machine Learning models performance

Project description

modelsight

Better insights into Machine Learning models performance

Installation

Create a conda environment

# Create a bootstrap env
conda create -p /tmp/bootstrap -c conda-forge mamba conda-lock poetry='1.*' python=3.10
conda activate /tmp/bootstrap

# Create Conda lock file(s) from environment.yml
conda-lock -k explicit --conda mamba
# Set up Poetry
poetry init --python=~3.10  # version spec should match the one from environment.yml

# Add conda-lock (and other packages, as needed) to pyproject.toml and poetry.lock
poetry add --lock conda-lock

# Remove the bootstrap env
conda deactivate
rm -rf /tmp/bootstrap

# Add Conda spec and lock files
git add environment.yml virtual-packages.yml conda-osx-arm64.lock
# Add Poetry spec and lock files
git add pyproject.toml poetry.lock
git commit
conda create --prefix ./envs/modelsight_env --file conda-osx-arm64.lock
conda activate ./envs/modelsight_env
poetry install
# Re-generate Conda lock file(s) based on environment.yml
conda-lock -k explicit --conda mamba
# Update Conda packages based on re-generated lock file
mamba update --file conda-osx-arm64.lock
# Update Poetry packages and re-generate poetry.lock
poetry update
$ pip install modelsight

Usage

  • TODO

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

modelsight was created by Francesco Pisu. It is licensed under the terms of the GNU General Public License v3.0 license.

Credits

modelsight was created with cookiecutter and the py-pkgs-cookiecutter template.

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

modelsight-0.1.0.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

modelsight-0.1.0-py3-none-any.whl (18.2 kB 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