Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jenson-chang authored Jan 11, 2025
1 parent f4d6ffc commit 498c52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This function will perform hyperparameter optimization on all input models.

`results_handler()`:
This function will score all the input models based on the criteria specified and visualize the results.

In a machine learning pipeline, code can often be repeated when working with multiple models, violating the DRY (Don’t-Repeat-Yourself) principle. This Python library is to promote DRY principles in machine learning code and create cleaner code.

## Installation
Expand Down

0 comments on commit 498c52e

Please sign in to comment.