-
Notifications
You must be signed in to change notification settings - Fork 610
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix travis error caused by Numpy reinstallation and Approximate_als t…
…est (#213) Fix travis error caused by (1) Numpy reinstallation (2) isort (3) unittest of approximate_als
- Loading branch information
Showing
12 changed files
with
13,349 additions
and
14,204 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
from . import als, approximate_als, bpr, nearest_neighbours | ||
from .als import alternating_least_squares | ||
|
||
from . import als | ||
from . import approximate_als | ||
from . import bpr | ||
from . import nearest_neighbours | ||
|
||
__version__ = '0.3.8' | ||
|
||
__all__ = [alternating_least_squares, als, approximate_als, bpr, nearest_neighbours, __version__] |
Oops, something went wrong.