-
Notifications
You must be signed in to change notification settings - Fork 14
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
Is maggy applicable to my use case? #69
Comments
Hey! Thanks for your interest! Maggy is very applicable to your use case, however, at this point in time it is very much tied to Hopsworks. If you want to try it out on Hopsworks, you can get access to a free demo instance on hopsworks.ai or you can deploy an entire Hopsworks instance to your own AWS account. We are working on making Maggy more general, but it will take few more weeks for it to be ready for use on any Spark Cluster. Please come back and check the repo for any new releases! In the meantime if you want to know more about Maggy as a research project, we have some blogposts (here and here. And also a paper at the MLOps Workshop of this years MLSys conference. Hope that answers your questions! |
Thanks for a comprehensive response and all the references. In this case, I will wait for the standalone version. Looking forward to it! |
Hi @moritzmeister, I was wondering what's the status of Maggy, did you manage to make it standalone? :) |
@moritzmeister I am also interested on this response. |
Hi @blazejdolicki, @crakama! Thanks for your interest! We're working on it but it's not there yet. Hope to get it done by mid January. |
@moritzmeister Thank you for the response. Will it be published somewhere? |
Any updates on this? |
Hey @crakama, sorry I must've missed your previous message! With increasing interest we are now working towards a major 1.0 release. So we are getting there but it will still take some time. |
Hi @blazejdolicki, hi @crakama, it took us a while, but we just published a 1.0.0rc0 release candidate on PyPi. Give it a try on your Spark clusters. I suspect there are still a few bugs, but we are working on fixing them until the main release. To get people started, there are a bunch more example notebooks now in Also we are redesigning/rewriting the documentation, so keep an eye on www.maggy.ai :)
Feel free to open new issues here on GitHub if you have specific questions or encounter any bugs. |
Thanks for letting us know! |
Hi,
Unfortunately when I install maggy from pip I get this error : ERROR: Could
not find a version that satisfies the requirement maggy==1.0.0rc0 (from
versions: 0.0.1, 0.1, 0.1.1, 0.2, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.3.2, 0.3.3,
0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.5.2, 0.5.3)
ERROR: No matching distribution found for maggy==1.0.0rc0
…On Tue, May 25, 2021 at 6:35 PM blazejdolicki ***@***.***> wrote:
Thanks for letting us know!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7UVCVDKY4363B7ONLOWDLTPPGVBANCNFSM4TEX2O3Q>
.
|
Hi @crakama, that is very strange, what kind of python environment are you using and which version of pip? The release is on pypi: https://pypi.org/project/maggy/1.0.0rc0/. Alternatively, I also uploaded the wheel to the release tag here on github https://github.com/logicalclocks/maggy/releases/tag/1.0.0rc0 I just tested it with Python 3.8.8 and Pip 21.1.1 and I can install it as expected:
|
Hi, I've just found this library and it seems great, but wanted to quickly double-check if it's applicable to my use case. Namely, I have a large amount of tabular data stored in Spark DataFrames (so the data is distributed on multiple machines) on databricks and I'm using a Spark ML model. Will I be able to run trials in parallel with such setting using maggy?
The text was updated successfully, but these errors were encountered: