mlcompare.models.models.XGBoostModel#

class mlcompare.models.models.XGBoostModel(**data)[source]#

A class used to instantiate and manage an XGBoost model.

Attributes:#

name (str): Class name of the model. Ex: XGBRegressor. module (str | None): Module containing the model class if it’s not imported at the library level. params (dict | None): Parameters to pass to the model class constructor if any.

Parameters:
  • name (str)

  • module (str | None)

  • params (dict | None)