Skip to content

Commit

Permalink
fix hash links
Browse files Browse the repository at this point in the history
  • Loading branch information
pivanov authored Jul 22, 2021
1 parent d73fb7e commit 949a888
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions deployment/sklearn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# <a id="how-to-deploy"></a> Deploying Scikit-Learn Models
<a id="how-to-deploy"></a>
# Deploying Scikit-Learn Models

## <a id="how-to-deploy-getting-started"></a> Getting Started
<a id="how-to-deploy-getting-started"></a>
## Getting Started

You can integrate this SDK in your training logic, Jupyter notebook during experimentation, or your CI/CD system during the production environment. This SDK is also applicable for deploying existing models from your model registry or storage.

Expand All @@ -22,8 +24,8 @@ You can create New Deployment Key from Settings -> Deploy Keys -> Add Key, where

{{button: { to: "/{{handler}}/{{teachable}}/settings/deploy-keys/new", type: "primary", size: "medium", title: "Create a new Deploy Key" } }}


### <a id="how-to-deploy-examples"></a> 3. Deploy a Model
<a id="how-to-deploy-examples"></a>
### 3. Deploy a Model

Check the following quick example on how to easily deploy your model.

Expand Down Expand Up @@ -58,7 +60,8 @@ If you want know more about the deployment process or all of the features please

<br /><br /><br />

## <a id="how-to-deploy-jupyter-notebook-environment"></a> Model Deployment for Data Scientists
<a id="how-to-deploy-jupyter-notebook-environment"></a>
## Model Deployment for Data Scientists

We know that Jupyter Notebook is a favorite tool for experimentations and innovations. Having this in mind we would love to share with you a ready-to-use basic but powerful DeepNote workflow combining the Experimentation and Deployment process in just 2 simple steps.

Expand All @@ -79,7 +82,8 @@ Designed with simplicity in mind, TeachbaleHub provides you with free-of-charge

<br /><br /><br />

## <a id="how-to-deploy-advanced-deployment-guide"></a> Advanced Deployment Guide
<a id="how-to-deploy-advanced-deployment-guide"></a>
## Advanced Deployment Guide

The Deployment process in TeachableHub is quite automated and seamless, but it also offers many additional options that help you and your team to keep a neat workflow and speak the same language.

Expand Down Expand Up @@ -253,7 +257,8 @@ deployment.deploy(
)
```

## <a id="how-to-deploy-ci-cd-automation-helpers"></a> CI/CD Automations Helpers
<a id="how-to-deploy-ci-cd-automation-helpers"></a>
## CI/CD Automations Helpers

Here are a couple of useful functions that can assist in automating your model deployment in your CI/CD systems.

Expand Down Expand Up @@ -334,8 +339,8 @@ Revert to this deployment as your latest version of the environment this deploym
deployment.rollback(10)
```


### <a id="how-to-deploy-other-examples"></a> Other Examples
<a id="how-to-deploy-other-examples"></a>
### Other Examples

For the full list of features and examples checkout the following links:

Expand Down

0 comments on commit 949a888

Please sign in to comment.