-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging to main: Fix issue with SciPy and prepare for release 1.2.0 (#…
…2094) * Update SETUP.md Remove left-over reference to conda script that has been deleted. * remove cast to array in similarity functions Signed-off-by: miguelgfierro <[email protected]> * remove scipy limitation Signed-off-by: miguelgfierro <[email protected]> * flattening matrix so dataframe can be built correctly Signed-off-by: Scott Graham <[email protected]> * Adding toarray() suggested by @gramhagen Signed-off-by: miguelgfierro <[email protected]> * Added r-precision Signed-off-by: David Davó <[email protected]> * Added r-precision tests Signed-off-by: David Davó <[email protected]> * trying to substitude geta1 with ravel Signed-off-by: miguelgfierro <[email protected]> * Changed metric "result" to "result.toarray()" Signed-off-by: Simon Zhao <[email protected]> * Revert recommenders/models/sar/sar_singlenode.py Signed-off-by: Simon Zhao <[email protected]> * Use cooccurrence.toarray() Signed-off-by: Simon Zhao <[email protected]> * return result if isinstance(result, np.ndarray) else result.toarray() Signed-off-by: Simon Zhao <[email protected]> * Return numpy array instead of numpy matrix Signed-off-by: Simon Zhao <[email protected]> * Prepare for Release Recommenders 1.2.0 (#2092) * New release Recommenders 1.2.0 💥💥 * updated news Signed-off-by: miguelgfierro <[email protected]> --------- Signed-off-by: miguelgfierro <[email protected]> Co-authored-by: miguelgfierro <[email protected]> * Add reference to scenarios to README.md There is no link to the scenarios page from the front page, so it is hard to find. Added reference. --------- Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Scott Graham <[email protected]> Signed-off-by: David Davó <[email protected]> Signed-off-by: Simon Zhao <[email protected]> Co-authored-by: Andreas Argyriou <[email protected]> Co-authored-by: miguelgfierro <[email protected]> Co-authored-by: Scott Graham <[email protected]> Co-authored-by: David Davó <[email protected]> Co-authored-by: Simon Zhao <[email protected]>
- Loading branch information
1 parent
c2ea583
commit cd41f95
Showing
8 changed files
with
95 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters