Skip to content

Commit

Permalink
add a period after "Add the ml-classification-pipeline library."
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroederucdenver committed Feb 29, 2024
1 parent 8d46be9 commit d0ddb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The classes defined in each of these files extend the ClassificationModel class

We've created a code repository, now we can create a transform to build a random forest model using the ml-classification-pipeline library (note that this library can also be used in code workbooks):

c. **Add the ml-classification-pipeline library** We've created a code repository, now we can create a transform to build a random forest model using the ml-classification-pipeline library (note that this library can also be used in code workbooks). First, we need to add the library, by navigating to the Sidebar -\> Libraries -\> search for ml-classification-pipeline.<br /><br />
c. **Add the ml-classification-pipeline library.** We've created a code repository, now we can create a transform to build a random forest model using the ml-classification-pipeline library (note that this library can also be used in code workbooks). First, we need to add the library, by navigating to the Sidebar -\> Libraries -\> search for ml-classification-pipeline.<br /><br />
![Figure&nbsp;5:&nbsp;Search for a custom-created python library in the code repository.](images/ml/image-05-search-custom-library.png){.lightbox } Figure&nbsp;5:&nbsp;Search for a custom-created python library in the code repository.
<br/><br/>Next, add the library by clicking "Add and install library":<br />
![Figure&nbsp;6:&nbsp;Add a custom-created python library in the code repository.](images/ml/image-06-add-custom-library.png){.lightbox } Figure&nbsp;6:&nbsp;Add a custom-created python library in the code repository.
Expand Down

0 comments on commit d0ddb55

Please sign in to comment.