Class: LogisticRegressionSummary

eclairjs/ml/classification. LogisticRegressionSummary

Abstraction for Logistic Regression Results for a given model.

Constructor

new LogisticRegressionSummary()

Source:

Methods

featuresCol() → {string}

Field in "predictions" which gives the features of each instance as a vector.
Source:
Returns:
Type
string

labelCol() → {string}

Field in "predictions" which gives the true label of each instance.
Source:
Returns:
Type
string

predictions() → {module:eclairjs/sql.DataFrame}

Dataframe outputted by the model's `transform` method.
Source:
Returns:
Type
module:eclairjs/sql.DataFrame

probabilityCol() → {string}

Field in "predictions" which gives the calibrated probability of each instance as a vector.
Source:
Returns:
Type
string