public final class ModelParameterUtils extends Object
ModelParameter. This allows to retrieve the default values used for
each parameter.| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getEffectiveModelParameterValues(com.feedzai.openml.provider.descriptor.MLAlgorithmDescriptor algorithm,
Set<String> parameterNames,
Map<String,String> newParams)
Retrieves the effective model parameters to be used by an OpenML provider.
|
public static Map<String,String> getEffectiveModelParameterValues(com.feedzai.openml.provider.descriptor.MLAlgorithmDescriptor algorithm, Set<String> parameterNames, Map<String,String> newParams)
algorithm - The description of a Machine Learning algorithm.parameterNames - The complete list of model parameter names.newParams - The collection of new model parameters.Copyright © 2022 Feedzai. All rights reserved.