-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
direct access to MongoDB #1
Labels
Comments
@djfunksalot : format from recommender: payload = {'token':self.api_key,
'filter_ids':self.trained_data_ids, # ids of data NOT to return
'algorithm': self.models, # algorithms to return
} response spec:
|
@djfunksalot lmk when this is updated on your end so i can check it on mine. |
uses an external variable FGLAB_URL to define server location. see commit e5b6f18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
recommender methods should be able to query the database directly for info (e.g. whether an ML+P combo has been run on a dataset) rather than accessing static files. @djfunksalot and I will work on this
The text was updated successfully, but these errors were encountered: