Constructor
new LogisticRegressionSummary()
Methods
featuresCol() → {string}
Field in "predictions" which gives the features of each instance as a vector.
Returns:
- Type
- string
labelCol() → {string}
Field in "predictions" which gives the true label of each instance.
Returns:
- Type
- string
predictions() → {module:eclairjs/sql.DataFrame}
Dataframe outputted by the model's `transform` method.
Returns:
- Type
- module:eclairjs/sql.DataFrame
probabilityCol() → {string}
Field in "predictions" which gives the calibrated probability of each instance as a vector.
Returns:
- Type
- string