hex.genmodel.algos.xgboost.XGBoostModelAttributes Maven / Gradle / Ivy
package hex.genmodel.algos.xgboost;
import com.google.gson.JsonObject;
import hex.genmodel.MojoModel;
import hex.genmodel.attributes.*;
public class XGBoostModelAttributes extends SharedTreeModelAttributes {
public XGBoostModelAttributes(JsonObject modelJson, MojoModel model) {
super(modelJson, model);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy