Skip to main content

Python parallel to R vetiver package

Project description

# vetiver 🏺

<!– badges: start –>

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

<!– badges: end –>

_Vetiver, the oil of tranquility, is used as a stabilizing ingredient in perfumery to preserve more volatile fragrances._

Python parallel to [R vetiver](https://github.com/tidymodels/vetiver) package.

## Usage

vetiver is used to deploy a trained model to predict from a remote endpoint.

Key features include:

## Get Started

pip install vetiver

To begin, initialize a VetiverModel with a trained model and an example of data (usually training data) to built a data prototype.

`python my_model = VetiverModel(model = linear_reg, ptype_data = train_data) `

Next, you can build a model-aware API and run it locally.

`python my_app = VetiverServe(my_model) my_app.run() `

To view more, see [this repo of examples](https://github.com/isabelizimm/vetiverpydemo).

## License

## Contributing

This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

vetiver-0.1.1-py3-none-any.whl (7.3 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