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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Model management/deployment of many Python models

3 点作者 timlod超过 6 年前
Hi HN! These days I&#x27;ve been getting into Python model deployment and haven&#x27;t really found a great solution for my specific problem yet. The use case is that there are thousands of models trained using scikit-learn (efficient prediction, low footprint) that I want to deploy.<p>Most solutions seem to expose an API per model, but I think in my case this is unnecessary: in principle, each model will be called every hour (or other predefined frequency), and its prediction stored in a database. From there the user&#x2F;dashboard will access the predictions as well as the time series they come from.<p>I could deploy docker containers per model, but given that 99.9% of the time there is no work to do but wait for new values, I&#x27;m thinking there could be a smarter way. Something along the lines of a queue from which the models are executed at every timestep.<p>I do want to avoid a single point of failure, need to be able to version and manage the models after deployment, and need to be able to deploy this in the Azure ecosystem. Does anyone have experience doing anything like this? I&#x27;m looking into things like seldon.io and Databricks, which look like they can provide what I need, but am thinking they may be too much?

1 comment

itamarst超过 6 年前
Never actually used it, but possibly dotscience.com might do something like what you want?
评论 #19161220 未加载