DUE 09/22 11:59 PM
Validate how the data will flow through our app
As of now here are the major steps in our pipeline:
- Ingestion: getting raw data from our sources
- Raw Storage: storing our raw records
- Parsing: turning raw records into a structured format
- Parsed Storage: storing our parsed records
- Feature engineering: preparing the data for model training
- Modeling & Inference: producing model output
- Inference Storage: storing model outputs
- Retraining & Human Feedback: updating model performance based on human feedback
Are these the correct steps? is anything missing? Is anything redundant?
Cloud consideration:
- Depending on what cloud provider we choose, which services will we need?
- Mechanically how will the data flow? (In the context of AWS: Lambdas, SQS/SNS, Cron jobs, RDS, Sagemaker)
Acceptance criteria:
- Document how data will flow through our app
- Document what services will be needed for this flow to work
- Be ready to present at next meeting (DATE TBD)
DUE 09/22 11:59 PM
Validate how the data will flow through our app
As of now here are the major steps in our pipeline:
Are these the correct steps? is anything missing? Is anything redundant?
Cloud consideration:
Acceptance criteria: