sparktk logistic_regression_summary_table
Classes
class LogisticRegressionSummaryTable
LogisticRegressionSummaryTable holds the data returned from LogisticRegressionModel
Ancestors (in MRO)
- LogisticRegressionSummaryTable
- sparktk.propobj.PropertiesObject
- __builtin__.object
Instance variables
var coefficients
Model coefficients
var covariance_matrix
Optional covariance matrix
var degrees_freedom
Degrees of freedom for model coefficients
var num_classes
Number of classes
var num_features
Number of features
var p_value
Optional p-values for the model coefficients
var standard_errors
Optional standard errors for model coefficients
var wald_statistic
Optional Wald Chi-Squared statistic
Methods
def __init__(
self, tc, scala_result)
def to_dict(
self)
def to_json(
self)