Skip to content

Commit

Permalink
Add snippet test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Gaglione committed Feb 15, 2024
1 parent a389ae2 commit b01034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/single.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is recommended to use MLflow's functionality in your training workflow, which
First, an environment must be created with the appropriate Python version and necessary packages/libraries (please see the [quickstart](../quickstart.html) page for guidance on setting one up).
We can then import the libraries necessary to train our model:
```python
{% include _includes/includesnippet filename='modelScripts/testfile.py' starttext='from sklearn.model_selection' endtext='import RandomForestRegressor' %}
{% include _includes/includesnippet filename='modelScripts/train_sklearn.py' starttext='from sklearn.model_selection' endtext='import RandomForestRegressor' %}
```

We import MLflow and activate the _autolog_ feature:
Expand Down

0 comments on commit b01034f

Please sign in to comment.