Skip to content

Get Coefficients Node

AI/ML/Model Info

Get Coefficients

Extract coefficients and intercept from a trained Linear Regression model

ml_get_linear_coefficientsml
Inputs2
Outputs2
Security exposure0/10
Packageml

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
0/10High
PrivacyPotential sensitivity of processed data.
0/10High
PerformanceRuntime or resource pressure.
1/10High
GovernancePolicy, audit, or compliance impact.
1/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
0/10High

Input Pins

2

Input

Execution
exec_in

Execution trigger

Model

Struct
model

Trained Linear Regression model

NodeMLModelNodeMLModel1 fields
model_refstringrequired
Schema enforced

Output Pins

2

Done

Execution
exec_out

Activated when coefficients are extracted

Coefficients

Struct
result

Regression coefficients with intercept

LinearCoefficientsLinearCoefficients3 fields
coefficientsArray<number:double>required

Feature coefficients (one per input dimension)

itemsnumber:doublearray item
format double
interceptnumber:doublerequired

The y-intercept (bias term)

format double
n_featuresinteger:uintrequired

Number of input features

format uintmin 0

Node Info

Internal name
ml_get_linear_coefficients
Category
AI/ML/Model Info