Can you talk about how CometML fits into the real world state of ML training tracking, which is a pretty terrible Wild West of non-reproducible practices and processes? There have been articles and comments here on HN about the sorry state of ML trackability, with papers being published on models whose training is not reproducible because no one really knows how it was trained. One in particular (I apologize for not…
CometML wants to do for machine learning what GitHub did for code
41–50 of 65 posts
Re: CometML wants to do for machine learning what GitHub did for code
#42Data science has 3 areas for "versioning": 1. code versioning 2. data versioning 3. model versioning Code versioning is primarily dominated by GitHub and is a fairly saturated space (Bitbucket, GitLab). Data versioning is either not happening, or being done through regular data pulls, database snapshots, etc. It is not well standardized or adopted. CometML is tackling model versioning. It would be really nice to have…
Re: CometML wants to do for machine learning what GitHub did for code
#43If you're a company with 15 people working on a single model you're going to be paying more than a team with five people who have 20 different models they are working on. The actual load and cost for the service is completely detached from the price.
I was strongly considering looking at this for a project, but not at that cost.
Re: CometML wants to do for machine learning what GitHub did for code
#44Re: CometML wants to do for machine learning what GitHub did for code
#45Great idea if AWS had not already solved this with the release of SageMaker.
Re: CometML wants to do for machine learning what GitHub did for code
#46Data science has 3 areas for "versioning": 1. code versioning 2. data versioning 3. model versioning Code versioning is primarily dominated by GitHub and is a fairly saturated space (Bitbucket, GitLab). Data versioning is either not happening, or being done through regular data pulls, database snapshots, etc. It is not well standardized or adopted. CometML is tackling model versioning. It would be really nice to have…
Nice breakdown. I agree that data versioning is the one area with limited standardized options. I would add that in addition to versioning the data, there is also the related problem of integrating the 3 areas of versioning... tying the "data version" to the "model version" and the "code version". That seems to me like it might be a good place to start in tackling data versioning, or is that too trivial? Is there a p…
Re: CometML wants to do for machine learning what GitHub did for code
#47That's cool! I also wrote my own service https://losswise.com
Do you have any information on pricing?
Re: CometML wants to do for machine learning what GitHub did for code
#48Re: CometML wants to do for machine learning what GitHub did for code
#49I would like to use it but I think the price doesn't justify the tool. For a team of 5 people github is $25 a month, you are $745 a month. I do understand a price a bit higher that github but not 30 times more expensive.
Thanks @jorgemf. Keep in mind that $745 also includes unlimited usage of our hyper-parameter optimization service.
IME hyper-parameter optimization doesn't require much in terms of implementation effort (e.g. [1]), but requires compute. I would be surprised if a professional ML/DS user were to seriously consider paying for the implementation of the optimization.
[1] https://people.eecs.berkeley.edu/~kjamieson/hyperband.html
Re: CometML wants to do for machine learning what GitHub did for code
#50That's cool! I also wrote my own service https://losswise.com