|
4 | 4 | "cell_type": "markdown", |
5 | 5 | "metadata": {}, |
6 | 6 | "source": [ |
7 | | - "# Experiment Tracking with MLrun\n" |
| 7 | + "# Experiment Tracking with MLRun\n" |
8 | 8 | ] |
9 | 9 | }, |
10 | 10 | { |
|
15 | 15 | "inputs, and outputs of machine learning related tasks (executions). <br>\n", |
16 | 16 | "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", |
17 | 17 | "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", |
19 | 19 | "Note that the source code could be fetched from Github \n", |
20 | 20 | "\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" |
22 | 22 | ] |
23 | 23 | }, |
24 | 24 | { |
|
303 | 303 | "cell_type": "markdown", |
304 | 304 | "metadata": {}, |
305 | 305 | "source": [ |
306 | | - "## Load Mlrun and set MLrun environment variables " |
| 306 | + "## Load Mlrun and set MLRun environment variables " |
307 | 307 | ] |
308 | 308 | }, |
309 | 309 | { |
|
340 | 340 | "metadata": {}, |
341 | 341 | "source": [ |
342 | 342 | "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" |
344 | 344 | ] |
345 | 345 | }, |
346 | 346 | { |
|
593 | 593 | "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", |
594 | 594 | "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", |
595 | 595 | "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", |
597 | 597 | "Note that click on the artifact opens up a popup windown with detailed information" |
598 | 598 | ] |
599 | 599 | }, |
|
0 commit comments