Skip to content

Latest commit

 

History

316 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydrosphere examples

This repo contains demo scenarios and pre-trained models to show Hydrosphere capabilities.

Data and artifacts management

Some models contain dataset or artifacts for training and testing purposes. Those artifacts are managed by dvc.

To load data follow below steps.

  • Install dvc package.
    pip install dvc
  • Pull all or necessary data from the remote storage.
    dvc pull examples/adult/data/adult.csv.dvc # load specific file
    dvc pull # load all remote files

Python examples

To learn more, how to deploy a python model, check out our getting started guide.

About

No description, website, or topics provided.

Resources

Stars

6 stars

Watchers

13 watching

Forks

Releases

Packages

Used by

Contributors