Class: EasyML::Core::Models::XGBoost

Inherits:
EasyML::Core::Model show all
Includes:
XGBoostCore
Defined in:
lib/easy_ml/core/models/xgboost.rb

Constant Summary

Constants included from XGBoostCore

EasyML::Core::Models::XGBoostCore::OBJECTIVES

Instance Attribute Summary

Attributes included from XGBoostCore

#booster, #model

Attributes included from EasyML::Core::ModelCore

#dataset

Method Summary

Methods included from XGBoostCore

#_save_model_file, #base_model, #customize_callbacks, #feature_importances, included, #load, #predict, #predict_proba

Methods inherited from EasyML::Core::Model

#initialize

Methods included from EasyML::Core::ModelCore

#allowed_metrics, #cleanup, #cleanup!, #decode_labels, #evaluate, #fit, #fit?, #get_params, included, #load, #predict, #save, #save_model_file

Constructor Details

This class inherits a constructor from EasyML::Core::Model