Skip to content
Snippets Groups Projects
Commit 750e8cfb authored by Alina Lacheim's avatar Alina Lacheim
Browse files

added input transform to docstring

parent c89ba430
No related branches found
No related tags found
1 merge request!54Fix/open todos
Pipeline #53970 passed
......@@ -101,6 +101,8 @@ class GPESkl(MetaModel):
>>> MetaModelOpts.n_pca_components = 12 # Option B
verbose : bool
Prints summary of the regression results. Default is `False`.
input_transform: str
Type of transformation to apply to the inputs. Default is user.
"""
def __init__(self, input_obj, meta_model_type='GPE', gpe_reg_method='LBFGS', n_restarts=10,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment