BoostV / BoostV/process-optimizer-api

Support dynamic calculations on trained model

未关闭
#11 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
Python
星标
8
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

We should be able to support different kinds of dynamic calculations on the trained model.
At the moment some of these operations are exposed as methods on the model found inside the result object.

One example is the exploration of the model's representation of a single point in https://github.com/novonordisk-research/ProcessOptimizer/blob/develop/examples/7Dimensional_optimization_and_plotting.ipynb where the following code is executed to generate further data
```python
samples_of_y = res.models[-1].sample_y(transformed_point, n_samples=25000, random_state=None)`
```
These calculations has to be made on the server as it is the only place we have access to python. The solution currently pursued is to send the pickled result from #6 to the server and use it for further calculations

贡献指南

这个仓库没有索引到贡献指南

调研方向

从 REST API 服务器和 examples/7Dimensional_optimization_and_plotting.ipynb 中的示例开始,重点关注 res.models[-1].sample_y(...) 调用。审查 #6 中描述的 pickle 结果方案,并确定应如何公开对训练模型执行的动态计算。当服务器能够执行所请求的模型计算而无需本地 Python 访问时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
api, backend, machine-learning
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。