TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

41 点作者 sanketsarang超过 3 年前

4 条评论

sanketsarang超过 3 年前
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_watson超过 3 年前
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 未加载
akspar超过 3 年前
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 未加载
reath超过 3 年前
This has been my introduction to jupyter and pandas. Thanks!