All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hex.genmodel.algos.xgboost.XGBoostModelAttributes Maven / Gradle / Ivy

There is a newer version: 3.46.0.6
Show newest version
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