Ctrl+K
mlinsights mlinsights

mlinsights

Site Navigation

  • Tutorial
  • API
  • Examples
  • Examples Gallery
  • Notebooks Gallery
  • Blog Gallery
  • Index

Site Navigation

  • Tutorial
  • API
  • Examples
  • Examples Gallery
  • Notebooks Gallery
  • Blog Gallery
  • Index

Section Navigation

  • plotting
  • Helpers
  • metrics
  • Speed up batch training
  • Machine Learning Models
  • Trees
  • search_rank
  • Blas & Lapack
  • Timeseries

Blas & Lapack#

  • Lapack

Lapack#

mlinsights.mlmodel.direct_blas_lapack.dgelss

dgelss(double[:, ::1] A, double[:, ::1] B, double prec=-1.)

Finds X in the problem AX=B by minimizing \norm{AX - B}^2. Uses function dgels.

previous

search_rank

next

Timeseries

On this page
  • Lapack
Show Source