Opsmo
Collection
Set of models for various DevOps / Platform Engineering related operations.
•
1 item
•
Updated
This is a basic Logicstic Regression model that predicts the placement of a compute resource in a compute cluster. The model is trained using the axon
library in Elixir. The model is trained on data observed from a compute cluster mixed with some synthetic data.
The synthetic data is used to dictate the expected behaviour of the model to generalize over since we know the expected outcome.
The advantage of solving this problem with an AI model is the following:
While it is possible to solve this problem with a rule-based system, the amount of code required to maintain and the complexity of the code would be much higher hence this solution.
The source code is available on github Opsmo