Skip to content
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

Spearmint with SQlite for Quick Deployment in Jupyter Notebooks #61

Open
wielandbrendel opened this issue Mar 4, 2016 · 1 comment
Open

Comments

@wielandbrendel
Copy link

I'd love to use Spearmint (it is an awesome package!) but often the overhead of setting up a MongoDB server porting my Jupyter Notebook into a runnable python script is too much. Is there any way to run Spearmint in a similar fashion to hyperopt? Maybe with SQlite as a backend?

@mgelbart
Copy link
Member

At the moment MongoDB is the only supported database for storing results in Spearmint. If we let the user call Spearmint rather than Spearmint calling your function (see #82) it would've been easier for you to plug in whatever database you want. But with the current set-up you would need to dig into the code a bit to support this. Basically, you'd need to add another database to spearmint/utils/database that implements abstractdb and then use that one instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants