Tags: CloudBreadPaPa/MLOpsPython
Tags
Change folder structure to support several training pipelines and mod… …els (microsoft#147) * change folder structure * rename variables file * fix linting * documentation fix * return model name due to a bug in scoring * make PR build working
Added notebooks for training and scoring a Diabetes Ridge regression … …model (microsoft#145) * Added notebooks for training and scoring a Ridge regression model with the Diabetes dataset * Fixed joblib import and remove request headers Co-authored-by: David Tesar <[email protected]>
Use training data from a managed datasource (microsoft#134) * Data from managed datastore * merge with unassigned variable fix * bugfix * typo * linting * linting * linting * added a link to az cli * doc update * reregistering a dataset * typo * rephrasing * rephrasing * auth enabled * revert auth enabled
Fixed assignment bug for build_uri (microsoft#133) If the builduri_base is None, the build_uri would never been instantiated causing an error when calling register_aml_model(model_name, exp, run_id, build_id, build_uri). By adding the else statement, this is prevented.
Making clarifications in Getting Started guide (microsoft#131)
PreviousNext