Skip to content

Latest commit

 

History

History
executable file
·
24 lines (20 loc) · 382 Bytes

README.md

File metadata and controls

executable file
·
24 lines (20 loc) · 382 Bytes

grizzly_regress

Regression models for Dart

TODO

  • Linear regression
    • OLS
      • Closed form
      • Gradient descent
    • WLS
    • GLS
    • Others
  • Linear regression result
    • R^2
    • R^2 adjusted
    • F-value
    • MSE
  • Logistic regression

Extra

  • Ensemble
  • Model selection
  • Plots