Add hyperparameters.md to doc

This commit is contained in:
Ricardo Montañana Gómez 2024-08-16 16:33:28 +02:00
parent d644031f3f
commit 3c0f03d27e
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

@ -1,6 +1,6 @@
# Hyperparameters
| | **Hyperparameter** | **Type/Values** | **Default** | **Meaning** |
| | **Hyperparameter** | **Type/Values** | **Default** | |
| --- | ------------------- | -------------------------------------------------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | estimator | \<sklearn.BaseEstimator\> | Stree() | Base estimator used to build each element of the ensemble. |
| | n_jobs | \<int\> | -1 | Specifies the number of threads used to build the ensemble (-1 equals to all cores available) |