mahibegoug/Detailed Defect Prediction
Runs advanced ML models to predict defects in Terraform code.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| csv_path | Path to input CSV file | yes | — |
| model | Model to usage (randomforest, xgboost, etc.) | no | randomforest |
| threshold | Probability threshold | no | 0.5 |
| s3_bucket | S3 Bucket for artifacts | yes | — |
| aws_access_key_id | AWS Access Key ID | yes | — |
| aws_secret_access_key | AWS Secret Access Key | yes | — |
| aws_region | AWS Region | no | us-east-1 |
| s3_model_prefix | S3 Prefix for models | no | pre_trained_defect_models/trained_models/ |
Outputs
no outputs