Data Science Lifecycle
Foundations of Data Science - BCSE206L
Business objective Translate the real-world problem into a clear, measurable goal.
Data requirement Identify which variables, sources, and granularity of data are needed.
Data collection Gather the raw data from databases, APIs, sensors, or surveys.
Exploratory data analysis Study distributions, missing values, outliers, and initial patterns.
Modeling Select and train an algorithm on the prepared data to capture patterns.
Test the model on validation data using metrics to confirm it meets
Evaluation
requirements.
Deployment Integrate the validated model into a live application or system.
Continuously track performance and data drift, feeding insights back to stage
Monitoring
1.