Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dklearn/mod.ts>LinearRegression#meanSquaredError

A Deno Machine Learning Framework
Latest
method LinearRegression.prototype.meanSquaredError
import { LinearRegression } from "https://deno.land/x/dklearn@0.0.3/mod.ts";

Parameters

X_train: Matrix
y_train: Matrix
w: number
b: number