-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored and updated User Guide doc
- Loading branch information
Showing
24 changed files
with
890 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Advanced Customization | ||
====================== | ||
|
||
The advanced customization options in `mloptimizer` enable fine-tuning of the optimization process, providing flexibility to adapt to different scenarios, computational resources, and evaluation needs. Use these options to define custom scoring metrics, ensure reproducibility, or leverage parallel processing for faster optimization. | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
score_functions | ||
reproducibility | ||
parallel | ||
|
||
|
||
Overview of Customization Options | ||
--------------------------------- | ||
|
||
- **Custom Score Functions**: Define custom scoring metrics tailored to your specific objectives. This flexibility allows you to optimize models based on metrics beyond standard evaluation scores, aligning with unique project requirements. | ||
|
||
- **Reproducibility**: Ensure consistent results by setting seeds and managing randomization across optimization runs. Reproducibility is essential for benchmarking and validating models in research and production environments. | ||
|
||
- **Parallel Processing**: Accelerate optimization by distributing computations across multiple cores. Parallel processing can significantly reduce runtime, especially for complex models or extensive hyperparameter spaces. | ||
|
||
Each section provides detailed guidance on implementing these advanced options. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.