-
Notifications
You must be signed in to change notification settings - Fork 346
Closed
Labels
enhancementNew feature or requestNew feature or requestin progresswishlistLong-term wishlist feature requestsLong-term wishlist feature requests
Description
Is there a way to define a hierarchy of parameters?
for example a parameter that chooses architecture, and each architecture has its own parameters.
example (pseudo code):
architecture = choise(["NeuralNetwork","xgdboost"])
if architecture=="NeuralNetwork":
n_layers = choise(range(1,10,1))
#more architecture releted params here.
else if architecture=="xgdboost":
max_depth = choise(range(1,5,1))
#more architecture releted params here.
riyadparvez, BCJuan, WhisperWind22, fiatflux, YannDubs and 7 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestin progresswishlistLong-term wishlist feature requestsLong-term wishlist feature requests