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

[spike] Enable IA to decision on provision or extend mac machines #188

Open
adrianriobo opened this issue Jan 17, 2024 · 0 comments
Open

Comments

@adrianriobo
Copy link
Collaborator

Get data information

  • Record each request (team, time of execution, UTC datetime)
  • Record costs
  • Record unattended requests / Waiting time

Feet an IA model:

  • Linear or Polynomial Regression

This type of model could be useful if you're looking to predict a continuous variable, such as the number of machines needed or the duration of requests. You can adjust the model to minimize costs or maximize performance.

  • Time Series Models:

If your data has a strong temporal component, such as daily or seasonal patterns, you might consider time series models like ARIMA (Autoregressive Integrated Moving Average) or more advanced models like LSTM (Long Short-Term Memory).

  • Logistic Regression or Classification:

If you are more interested in making binary decisions, such as whether to provision a new machine at a given time, you could use logistic regression for binary classification problems.

Deploy the model and handle the shared pool based on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant