Metadata-Version: 2.4
Name: deriva-ml
Version: 1.14.28
Summary: Utilities to simplify use of Dervia and Pandas to create reproducable ML pipelines
Author-email: ISRD <isrd-dev@isi.edu>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: deriva~=1.7.10
Requires-Dist: deepdiff
Requires-Dist: pandas
Requires-Dist: regex~=2024.7.24
Requires-Dist: pydantic>=2.11
Requires-Dist: semver>3.0.0
Requires-Dist: setuptools>=64
Requires-Dist: setuptools-scm>=8.0
Requires-Dist: nbstripout
Requires-Dist: papermill
Requires-Dist: pandas-stubs==2.2.3.250527
Dynamic: license-file

# DerivaML
Deriva-ML is a python library to simplify the process of creating and executing reproducible machine learning workflows
using a deriva catalog.


## Installing the GitHub CLI

The script release.sh will create a new release tag in GitHub.  This script requires the 
GitHUB CLI be installed. 

See [https://cli.github.com](https://cli.github.com) for instructions on how to install and configure the CLI.

