-
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 <miguelgfierro@users.noreply.github.com> * remove scipy limitation Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com> * flattening matrix so dataframe can be built correctly Signed-off-by: Scott Graham <5720537+gramhagen@users.noreply.github.com> * Adding toarray() suggested by @gramhagen Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com> * Added r-precision Signed-off-by: David Davó <david@ddavo.me> * Added r-precision tests Signed-off-by: David Davó <david@ddavo.me> * trying to substitude geta1 with ravel Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com> * Changed metric "result" to "result.toarray()" Signed-off-by: Simon Zhao <simonyansenzhao@gmail.com> * Revert recommenders/models/sar/sar_singlenode.py Signed-off-by: Simon Zhao <simonyansenzhao@gmail.com> * Use cooccurrence.toarray() Signed-off-by: Simon Zhao <simonyansenzhao@gmail.com> * return result if isinstance(result, np.ndarray) else result.toarray() Signed-off-by: Simon Zhao <simonyansenzhao@gmail.com> * Return numpy array instead of numpy matrix Signed-off-by: Simon Zhao <simonyansenzhao@gmail.com> * Prepare for Release Recommenders 1.2.0 (#2092) * New release Recommenders 1.2.0 💥💥 * updated news Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com> --------- Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com> Co-authored-by: miguelgfierro <miguelgfierro@users.noreply.github.com> * 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 <miguelgfierro@users.noreply.github.com> Signed-off-by: Scott Graham <5720537+gramhagen@users.noreply.github.com> Signed-off-by: David Davó <david@ddavo.me> Signed-off-by: Simon Zhao <simonyansenzhao@gmail.com> Co-authored-by: Andreas Argyriou <anargyri@users.noreply.github.com> Co-authored-by: miguelgfierro <miguelgfierro@users.noreply.github.com> Co-authored-by: Scott Graham <5720537+gramhagen@users.noreply.github.com> Co-authored-by: David Davó <david@ddavo.me> Co-authored-by: Simon Zhao <simonyansenzhao@gmail.com>
- 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