This repository contains my submissions for the PClub ML Spring Camp recruitment tasks.
- Performed exploratory data analysis to understand relationships between variables.
- Implemented linear regression as a baseline model.
- Applied feature transformation based on observed non-linear behavior.
- Evaluated model performance and discussed limitations.
- Analyzed high-dimensional telemetry data without an explicit time variable.
- Inferred system progression using PCA as a proxy for time.
- Identified non-linear behavior in output progression.
- Modeled the relationship using polynomial regression.
- Generated predictions for future system output (
submission.csv).
Task1_The_Knot.ipynbTask2_Project_Phoenix.ipynbsubmission.csv
The focus of these submissions is on reasoning, analysis, and model justification rather than maximizing predictive accuracy.