Skip to content

Commit e796674

Browse files
committed
Merge branch 'dev' into stephany/readme-2
2 parents e1527c6 + 42a0bdd commit e796674

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Visit our LinkedIn page below:
3030
**Experiment Manager**
3131

3232
- runExistingExperiment - Full workflow of creating, naming, and starting a run under an existing experiment, logging metrics, params, tags, and the model, and finishing the run
33-
- runNewExperiment - Full workflow of creating, naming, and starting a run under a new experiment, ogging mettrics, params,tags, and the model, and finishing the run
34-
- experimentSummary - Returns an array of all the passed-in experiment's runs, sorted accoroding to the passed-in metric
33+
- runNewExperiment - Full workflow of creating, naming, and starting a run under a new experiment, logging metrics, params, tags, and the model, and finishing the run
34+
- experimentSummary - Returns an array of all the passed-in experiment's runs, sorted according to the passed-in metric
3535

3636
**Run Manager**
3737

@@ -40,9 +40,9 @@ Visit our LinkedIn page below:
4040

4141
**Model Manager**
4242

43-
- createRegisteredModelWithVersion - Creates a new registered model and the frist version of that model
43+
- createRegisteredModelWithVersion - Creates a new registered model and the first version of that model
4444
- updateRegisteredModelDescriptionAndTag - Updates a registered model's description and tags
45-
- updateAllLatestModelVersion - Updates the latest version of the specified registered model's description, adds a new alias, and tag key/value foro tthat latest version
45+
- updateAllLatestModelVersion - Updates the latest version of the specified registered model's description, adds a new alias, and tag key/value for the latest version
4646
- setLatestModelVersionTag - Adds a new tag key/value for the latest version of the specified registered model
4747
- setLatestModelVersionAlias - Adds an alias for the latest version of the specified registered model
4848
- updateLatestModelVersion - Updates the description of the latest version of a registered model

mlflow-site/src/app/components/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Button = () => {
44
return (
55
<div className='button'>
66
<a
7-
href='https://github.com/oslabs-beta/mlflow-js'
7+
href='https://www.npmjs.com/package/mlflow-js'
88
>
99
<button className='homeButton homeButtonDownload text-white'>Download</button>
1010
</a>

0 commit comments

Comments
 (0)