# Hyper Parameter Optimization

1. [ **Using HyperOpt**](http://hyperopt.github.io/hyperopt/)&#x20;

   **Random Search**\
   **Tree of Parzen Estimators (TPE)**\
   \
   **Hyperopt has been designed to accommodate Bayesian optimization algorithms based on Gaussian processes and regression trees, but these are not currently implemented.**\
   \
   **All algorithms can be run either serially, or in parallel by communicating via** [**MongoDB**](http://www.mongodb.org/)**.**\
   \
   [**Mlflow, Hyperparameterhunter,hyperopt, concept drift, unit tests.**](https://towardsdatascience.com/putting-ml-in-production-ii-logging-and-monitoring-algorithms-91f174044e4e)\
   [**Hyperopt**](http://hyperopt.github.io/hyperopt/) **for hyperparameter search**<br>
2. [**HyperparameterHunter**](https://github.com/HunterMcGushion/hyperparameter_hunter) \
   &#x20;**provides a wrapper for machine learning algorithms that saves all the important data. Simplify the experimentation and hyperparameter tuning process by letting HyperparameterHunter do the hard work of recording, organizing, and learning from your tests — all while using the same libraries you already do. Don't let any of your experiments go to waste, and start doing hyperparameter optimization the way it was meant to be.**<br>
3. [**Implementation and comparison**](https://towardsdatascience.com/putting-ml-in-production-ii-logging-and-monitoring-algorithms-91f174044e4e) **- HH slower than HO due to usage of skopt.**
4. [**HumpDay**](https://github.com/microprediction/humpday) **- a package that compares optimization algorithms and ranks them**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.mlcompendium.com/validation-and-evaluation/hyper-parameter-optimization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
