Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate replacing package extended_math with vector_math for vector and matrix in LinearRegression #11

Open
nstrelow opened this issue Mar 13, 2021 · 2 comments

Comments

@nstrelow
Copy link
Contributor

extended_math is not maintained

vector_math is an official package

@nstrelow
Copy link
Contributor Author

What we use of extended_math:

Classes:

  • Matrix
  • Vector
  • SquareMatrix
  • MatrixException

Functions on Matrix:

  • rows/columns
  • transpose
  • matrixProduct
  • .columnAsVector(1)
  • toSquareMatrix
  • mainDiagonal

Functions of Vector:

  • itemsCount
  • toMatrixColumn
  • arithmetics
  • hadamard

@johannesvedder
Copy link
Contributor

Another alternative package might also be ml_linalg if vector_math is not sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants