Skip to content

Commit 74cc676

Browse files
Merge branch 'development' of github.com:v3io/tutorials
2 parents eb603c2 + 64a68b1 commit 74cc676

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ If you're are a beginner, you might find the following ML guide useful — [
125125
One of the most important and challenging areas of managing a data science environment is the ability to track experiments.
126126
Data scientists need a simple way to track and view current and historical experiments along with the metadata that is associated with each experiment.
127127
This capability is critical for comparing different runs, and eventually helps to determine the best model and configuration for production deployment.
128-
The platform leverages the open-source [MLrun](https://github.com/mlrun/mlrun) library to help tackle these challenges.
129-
You can find examples of using MLrun in the [**experiment tracking**](experiment-tracking/01-mlrun-getting-started.ipynb) platform-tutorials directory.
128+
The platform leverages the open-source [MLRun](https://github.com/mlrun/mlrun) library to help tackle these challenges.
129+
You can find examples of using MLRun in the [**experiment tracking**](experiment-tracking/01-mlrun-getting-started.ipynb) platform-tutorials directory.
130130

131131
<a id="deploying-models-to-production"></a>
132132
### Deploying Models to Production

experiment-tracking/01-mlrun-getting-started.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Experiment Tracking with MLrun\n"
7+
"# Experiment Tracking with MLRun\n"
88
]
99
},
1010
{
@@ -15,10 +15,10 @@
1515
"inputs, and outputs of machine learning related tasks (executions). <br>\n",
1616
"This package tracks various elements and store them into a database, then the user can view all running jobs as well as historical jobs in a single report <br>\n",
1717
"The location of the database is configurable and users can run queries for searching specific jobs by various criterias <br>\n",
18-
"Users can use MLrun on a local IDE or notebook and later on run the same code on a larger cluster using scale-out containers or function without changing the code <br>\n",
18+
"Users can use MLRun on a local IDE or notebook and later on run the same code on a larger cluster using scale-out containers or function without changing the code <br>\n",
1919
"Note that the source code could be fetched from Github \n",
2020
"\n",
21-
"For a full description of the MLrun library go to https://github.com/mlrun/mlrun"
21+
"For a full description of the MLRun library go to https://github.com/mlrun/mlrun"
2222
]
2323
},
2424
{
@@ -303,7 +303,7 @@
303303
"cell_type": "markdown",
304304
"metadata": {},
305305
"source": [
306-
"## Load Mlrun and set MLrun environment variables "
306+
"## Load Mlrun and set MLRun environment variables "
307307
]
308308
},
309309
{
@@ -340,7 +340,7 @@
340340
"metadata": {},
341341
"source": [
342342
"In this example we are running a sample \"training\" job that resides under this folder <br>\n",
343-
"Once the job is done it displays the information that had been recorded in the MLrun tracking database <br>\n"
343+
"Once the job is done it displays the information that had been recorded in the MLRun tracking database <br>\n"
344344
]
345345
},
346346
{
@@ -593,7 +593,7 @@
593593
"Hyperparameters are important because they directly control the behaviour of the training algorithm and have a significant impact on the performance of the model is being trained.\n",
594594
"Data scientists are often want to run the same model with different parameters to figure out which configuration is the best fit for their model. <br>\n",
595595
"First, you need to create a template (see below) and then run it with hyper_params flag <br>\n",
596-
"In this case MLrun tracks the information for each individual running instance making it easy to compare between the different runs<br> <br>\n",
596+
"In this case MLRun tracks the information for each individual running instance making it easy to compare between the different runs<br> <br>\n",
597597
"Note that click on the artifact opens up a popup windown with detailed information"
598598
]
599599
},

experiment-tracking/02-create-pipeline.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"cell_type": "markdown",
136136
"metadata": {},
137137
"source": [
138-
"Before running a pipeline job we need to either create an image with the relevant code and libraries we are using or use an existing one. Here is an example of creating an image using MLrun. We would use this image as a base image where we can run the code on top of it"
138+
"Before running a pipeline job we need to either create an image with the relevant code and libraries we are using or use an existing one. Here is an example of creating an image using MLRun. We would use this image as a base image where we can run the code on top of it"
139139
]
140140
},
141141
{

welcome.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
161161
"One of the most important and challenging areas of managing a data science environment is the ability to track experiments.\n",
162162
"Data scientists need a simple way to track and view current and historical experiments along with the metadata that is associated with each experiment.\n",
163163
"This capability is critical for comparing different runs, and eventually helps to determine the best model and configuration for production deployment.\n",
164-
"The platform leverages the open-source [MLrun](https://github.com/mlrun/mlrun) library to help tackle these challenges.\n",
165-
"You can find examples of using MLrun in the [**experiment tracking**](experiment-tracking/01-mlrun-getting-started.ipynb) platform-tutorials directory."
164+
"The platform leverages the open-source [MLRun](https://github.com/mlrun/mlrun) library to help tackle these challenges.\n",
165+
"You can find examples of using MLRun in the [**experiment tracking**](experiment-tracking/01-mlrun-getting-started.ipynb) platform-tutorials directory."
166166
]
167167
},
168168
{

0 commit comments

Comments
 (0)