scikit-tensor
scikit-tensor copied to clipboard
sktensor.tucker.hooi doesn't return fit, itr and exectimes
These three metrics are returned on the CP-ALS function. but not on the HOOI.
I believe it is a simple add, since in the hooi() function fit, itr and exectimes are already calculated.
Maybe sktensor/tests/test_tucker_hooi.py also needs to be changed.