Last active
February 21, 2018 20:45
-
-
Save montanalow/64c0061d245ef595455926c4aa75efb9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # my_app/estimators/product_popularity.py | |
| import lore.estimators.keras | |
| class Keras(lore.estimators.keras.Regression): | |
| pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment