Skip to main content

Useful helpers, callbacks and more for experimenting with ml models

Project description

ML Experiment Goodies

Python 3.10

Helpers, handlers, callbacks and more that are nice to have when experimenting with ml models

Setup

The most basic functionalities of this library is included in the base installation, which you have by running any of the commands below

pip install experiment-goodies
poetry add experiment-goodies

Geospatial utilities require some big packages, like rasterio and rio-cogeo. They are included inside the geo extra which you can install with one of the commands shown below.

pip install experiment-goodies[geo]
poetry add experiment-goodies -E geo

Development

To develop in this repo, you will need to install some extra dependencies and make some additional configurations. Start by installing dev dependencies:

poetry install --group dev

Some tests depend on data managed by dvc, so you should pull files associated to this repo. Remote storage is configured to S3, so you should ensure you have the correct AWS credentials loaded in your system.

dvc pull

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

experiment_goodies-0.2.3.tar.gz (10.5 kB view hashes)

Uploaded Source

Built Distribution

experiment_goodies-0.2.3-py3-none-any.whl (11.7 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