test-model / README.md
mingyk's picture
test upload
9d2ec8d
|
raw
history blame
281 Bytes

Linear Regression Model

This is a simple linear regression model that returns coefficients and intercept when provided with column names.

Usage

Input

The model takes JSON input with the following structure:

{
  "columns": ["feature1", "feature2", "feature3"]
}