Skip to content

Feature/infrastructure as code #276

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

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

HeerakKashyap
Copy link

@HeerakKashyap HeerakKashyap commented Jul 9, 2025

Summary
This PR adds reusable infrastructure-as-code templates for machine learning workloads using both Terraform and CloudFormation.
Key Features
Terraform templates (infrastructure/terraform/)
Provisions an S3 bucket for data/model storage
Provisions an EC2 instance for training/inference
Includes variables, outputs, and a README with usage, cost optimization, and monitoring tips
CloudFormation template (infrastructure/cloudformation/ml-infra.yaml)
Provisions an S3 bucket and EC2 instance
Includes a README with usage instructions and best practices

Fixes #272

HeerakKashyap and others added 30 commits June 7, 2025 23:15
- Add ModelComparison class for A/B testing
- Add CLI command for model comparison
- Add statistical significance tests
- Add comprehensive tests
- Add documentation
HeerakKashyap added 3 commits June 22, 2025 00:19
This makes the 'igel init' command interactive. If the user does not provide the model type, model name, or target, they will be prompted to enter the values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Infrastructure as Code for ML
1 participant