TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: AutoAI – A framework to find the best performing AI/ML model

41 pointsby sanketsarangover 3 years ago

4 comments

sanketsarangover 3 years ago
Hi HN, we have seen a lot of AutoML frameworks out there. As a Data Scientist myself, I have refrained from using these because at the end of the day, you have to submit complete source code to your clients, not just a functioning model. That is why we created AutoAI. Given data and target (value to predict), it can automatically discover and fully train the best performing AI solution. Still, most importantly, it also goes on to produce high-quality Jupyter Notebook code. AutoAI does Whitebox AutoML. A much-needed feature for Data Scientists. Do give it a try, and let me know what you think.
评论 #29212339 未加载
mark_l_watsonover 3 years ago
Looks like a nice project. I just bookmarked it to try sometime.<p>At a previous job, my boss wanted me to spend time on AutoML. I based my work on Google’s AdaNet [1] that did architecture search inside a single TensorFlow session. Unfortunately that project seems to have been abandoned.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;tensorflow&#x2F;adanet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tensorflow&#x2F;adanet</a>
评论 #29212747 未加载
aksparover 3 years ago
I noticed a variety of AutoML solutions in the market addressing similiar pain points. How is this different from other solutions&#x2F;platforms.... Isn&#x27;t this a saturated space?
评论 #29207744 未加载
评论 #29208345 未加载
reathover 3 years ago
This has been my introduction to jupyter and pandas. Thanks!