Releases: meyer-lab/tensorpack
Releases · meyer-lab/tensorpack
Censored lstsq is faster
What's Changed
Full Changelog: v0.0.8...v0.0.9
SVD imputation, progress bars
What's Changed
Full Changelog: v0.0.7...v0.0.8
Deterministic CMTF
What's Changed
Full Changelog: v0.0.6...v0.0.7
Correct version number
Full Changelog: v0.0.5...v0.0.6
Add qr option to CMTF
Move CMTF matrix weight to a separate mWeights
What's Changed
- Add test on factorizations by @cyrillustan in #23
- Missing matrix imputation with TruncatedSVD; add and edit test cases by @cyrillustan in #27
- Bump pillow from 8.4.0 to 9.0.0 by @dependabot in #30
- Normalize matrix weights to a mWeights in CMTF by @cyrillustan in #29
New Contributors
- @dependabot made their first contribution in #30
Full Changelog: v0.0.3...v0.0.4
Add maxiter option to CMTF
What's Changed
- Messing with Poetry by @cyrillustan in #20
- Make decomposition an object by @cyrillustan in #17
- Use TruncatedSVD instead of PCA by @cyrillustan in #22
- Add save to pickle function to Decomposition by @cyrillustan in #21
- Remove statsmodels by @cyrillustan in #24
- Maxiter for CMTF by @aarmey in #25
Full Changelog: v0.0.2...v0.0.3
Use truncated SVD from scipy
This will help tensor with a long mode
First tagged version of tensorpack!
The start of time