sort by:
Revision Author Date Message Commit Date
db1eb97 Merge pull request #450 from tensorly/fix-docs Fix the documentation build by pinning the matplotlib version 25 September 2022, 18:01:17 UTC
fed449d Update requirements_doc.txt 23 September 2022, 20:18:21 UTC
a628f79 Merge pull request #435 from meyer-lab/plsr Adding an implementation of tensor PLS. 21 September 2022, 18:21:55 UTC
b17f3ba test_decomposition_accuracy fix 13 September 2022, 19:53:14 UTC
a374250 More reasonable conditions for test_optimized_covariance 01 September 2022, 01:25:26 UTC
bb92354 Reduce test runs, add 2-mode 01 September 2022, 01:21:52 UTC
24169c5 Added docstrings to CP_PLSR tests 31 August 2022, 21:26:39 UTC
fd5ef2e Add gamma / digamma to backend imports 29 August 2022, 23:30:25 UTC
e336fd3 Change naming: x_rank into n_modes in test 29 August 2022, 20:43:20 UTC
311a67d Fix tests for all backends 29 August 2022, 16:47:13 UTC
adde68f Use randomized SVD which will always be much faster 29 August 2022, 16:01:29 UTC
c185e70 Change CP solving function; add test on covariance (corrcoef)) 29 August 2022, 05:27:37 UTC
11ddf42 Fix test for optimized covariance 26 August 2022, 18:15:49 UTC
34d59cb Added optimized covariance test 24 August 2022, 19:07:49 UTC
360391a Change Z solving to parafac 19 August 2022, 23:12:02 UTC
09091e3 Update test_cp_plsr.py 18 August 2022, 03:01:42 UTC
3046bdd Merge pull request #445 from ssnio/patch-1 Doc fix typo in tensor_basics.rst 17 August 2022, 15:57:27 UTC
10cc25e Doc fix typo in tensor_basics.rst Correcting a typo in unfolding size 17 August 2022, 13:23:17 UTC
e43fa6a Merge pull request #437 from caglayantuna/warning_when_fixing_last_mode Warning when fixing last mode 15 August 2022, 23:28:13 UTC
a526cb4 Black formatting 12 August 2022, 23:56:55 UTC
dee6a3a Small fix on T.ndim 12 August 2022, 23:42:00 UTC
7467990 Use partial tucker for HOOI implementation 12 August 2022, 23:39:45 UTC
c23cb7f Black formatting 12 August 2022, 00:57:52 UTC
6afa50e Add some more documentation 12 August 2022, 00:45:46 UTC
dc9ba83 Update tensorly/decomposition/_tucker.py Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 09 August 2022, 08:32:07 UTC
2716f37 Fix other backends 08 August 2022, 19:24:31 UTC
6bd219f Black formatting 08 August 2022, 17:17:42 UTC
02db474 Remove tucker from iteration initialization 08 August 2022, 17:12:46 UTC
48f8f13 Merge branch 'tensorly:main' into plsr 08 August 2022, 17:07:27 UTC
364dc12 Added CP PLSR tests - Adds tests for class function, dimension compatibility, decomposition accuracy, and factor properties 05 August 2022, 21:19:14 UTC
1128fea CP: Avoid creating large Id mat if not needed 04 August 2022, 22:08:50 UTC
df94147 add fixed modes test for tucker hals 03 August 2022, 08:10:36 UTC
4a7f9ab adds warning when fixing last mode 02 August 2022, 13:54:39 UTC
33493ea Some renaming on variables re Marie 30 July 2022, 00:07:03 UTC
71e458e Improve readability based on Marie's review Co-authored-by: Marie Roald <roald.marie@gmail.com> 29 July 2022, 14:47:54 UTC
97c03c0 Remove the last pinv 28 July 2022, 19:56:57 UTC
3aa2579 Fix issues from other backends 27 July 2022, 14:41:39 UTC
8ad5137 Remove pinv from backend 27 July 2022, 14:21:00 UTC
8b75b00 Some testing adjustment and cleanup 27 July 2022, 14:17:12 UTC
f2aec73 Use tensordot for readability. Black format. 27 July 2022, 13:42:35 UTC
cb4cd6c Fix indexing assignment problem 26 July 2022, 23:11:41 UTC
af2fb20 Use lstsq() instead of pinv(); use f-string; remove tile() 26 July 2022, 22:21:19 UTC
39281d1 Remove uneeded exports 26 July 2022, 17:37:52 UTC
ac39adb Remove unneeded backend functions. Add indexing example. 26 July 2022, 17:37:38 UTC
a865185 Black formatting 26 July 2022, 17:31:01 UTC
416604f FIX nn_init with new interface 25 July 2022, 19:34:16 UTC
69199d1 Docstring: fix sphinx doc 25 July 2022, 19:30:58 UTC
352c517 Typo: fix title underline too short. 25 July 2022, 19:29:48 UTC
88e22f4 Merge pull request #429 from aarmey/svd Move SVD to a common frontend interface 25 July 2022, 19:12:28 UTC
992e2c0 Last adjustments 22 July 2022, 22:03:08 UTC
cf6e2b4 Adjust arguments based on review 22 July 2022, 03:03:25 UTC
26e67ac Rename svd_type to method. Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 22 July 2022, 01:31:22 UTC
a6dcbbd Add tPLS predict() and transform() 21 July 2022, 23:20:54 UTC
682633c Put back sparse SVD 20 July 2022, 17:23:22 UTC
ef90880 Add callable option to svd_funs and resolve issue with torch sign 20 July 2022, 16:53:51 UTC
9063e6b Black linting 20 July 2022, 16:07:11 UTC
e6dd21c Add wrapper functions for a versions of arc functions 20 July 2022, 16:05:28 UTC
fe3543c Merge branch 'tensorly:main' into svd 20 July 2022, 02:55:49 UTC
b672981 Merge pull request #423 from aarmey/complex-test Add testing for complex values in CP 20 July 2022, 02:55:18 UTC
5336518 Merge branch 'main' into complex-test 20 July 2022, 02:26:11 UTC
e0603ca Merge branch 'main' into plsr 20 July 2022, 01:41:46 UTC
da7ebcd First try on tensor PLSR fit() function; some addition to backend 20 July 2022, 01:33:17 UTC
37e5bf8 Merge pull request #425 from aarmey/fix-mxnet Fix mxnet testing 20 July 2022, 00:35:05 UTC
cbdcfdb Add back last testing skip 19 July 2022, 23:27:25 UTC
3896395 Revert the test changes 19 July 2022, 23:26:10 UTC
3632967 Revert "Try another incantation of mxnet" This reverts commit f8df1ea4552f5ad5038709a44a6693bf6e8312ba. 19 July 2022, 23:24:00 UTC
8bab1b3 Merge in revert 19 July 2022, 23:23:00 UTC
d72d779 Remove last test skips 19 July 2022, 20:08:37 UTC
09036d1 Update test_tt_tensor.py 19 July 2022, 20:05:19 UTC
f8df1ea Try another incantation of mxnet 19 July 2022, 20:04:29 UTC
9b9c6c6 Last documentation 19 July 2022, 18:53:09 UTC
1569c30 Documentation for svd_checks return value 19 July 2022, 18:31:41 UTC
cc6ba77 Skip tensorflow and mxnet complex cases 18 July 2022, 20:38:08 UTC
e6cabb9 Black linting 18 July 2022, 20:05:35 UTC
126107d Try to fix tensorflow type promotion 18 July 2022, 20:03:20 UTC
fa15ac5 PEP8 Better luck this time. 18 July 2022, 18:53:12 UTC
f473ee0 Greatly speed up Jax/tensorflow tests 18 July 2022, 18:47:58 UTC
4b5bebe PEP8 (black) 18 July 2022, 18:46:34 UTC
ca9c91b Linting 18 July 2022, 17:27:51 UTC
b9605b0 Fix occasional tolerance issue 18 July 2022, 17:26:32 UTC
6fef273 Fix fixed mode tests 18 July 2022, 17:08:31 UTC
7a33ae0 Fix torch issue with lists 18 July 2022, 16:00:44 UTC
f91b1f1 Black linting 18 July 2022, 15:48:25 UTC
24d03ff Found the last missing conj 18 July 2022, 15:47:26 UTC
9813790 Cleaner test code. Add MTTKRP * tl.conj(f) 18 July 2022, 15:25:45 UTC
a86b999 Update tensorly/cp_tensor.py Co-authored-by: Yngve Mardal Moe <yngve.m.moe@gmail.com> 18 July 2022, 15:13:10 UTC
f471e08 More serious issue with mttkrp 18 July 2022, 15:08:02 UTC
90a3463 Merge pull request #424 from aarmey/better-cmtf-init Better initialization of CMTF ALS 18 July 2022, 14:15:05 UTC
c2fc229 Update contributing.rst 18 July 2022, 04:03:01 UTC
9969c67 More cleanup around SVD use 18 July 2022, 03:58:30 UTC
d30aa64 Solve circular import 17 July 2022, 17:40:26 UTC
17e8e83 Linting 17 July 2022, 17:38:27 UTC
537f38e More consistent Tucker init 17 July 2022, 17:33:24 UTC
6221f00 More unification across backends 17 July 2022, 16:53:09 UTC
c2e2c31 More backend cleanup 17 July 2022, 16:40:54 UTC
5183b64 More cleanup 17 July 2022, 16:06:39 UTC
388ba5d More cleanup 17 July 2022, 15:40:25 UTC
3a1f9c6 Remove redundant option 16 July 2022, 15:55:13 UTC
b8d7af9 Move to only using backend functions with svd 16 July 2022, 15:54:28 UTC
57d56ee Working 16 July 2022, 15:47:59 UTC
back to top