Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dynamic calculations on trained model #11

Open
langdal opened this issue Apr 21, 2021 · 0 comments
Open

Support dynamic calculations on trained model #11

langdal opened this issue Apr 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@langdal
Copy link
Member

langdal commented Apr 21, 2021

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

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

@langdal langdal added the enhancement New feature or request label Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant