Skip to content

Commit

Permalink
Update sklearn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mignev authored Jul 16, 2021
1 parent 9563a0d commit 58717b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/sklearn.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you want know more about the deployment process or all of the features please

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

## Model Deployment for Data Scientists
## <a id="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 +79,7 @@ Designed with simplicity in mind, TeachbaleHub provides you with free-of-charge

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

## Advanced Deployment Guide
## <a id="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 +253,7 @@ deployment.deploy(
)
```

## CI/CD Automations Helpers
## <a id="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 @@ -335,7 +335,7 @@ deployment.rollback(10)
```


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

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

Expand Down

0 comments on commit 58717b6

Please sign in to comment.