You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Building Time-Related Feature Engineering Pipelines with Python
I built Time-Related Feature Engineering Pipelines with Python to predict [traffic volumes](https://archive.ics.uci.edu/ml/datasets/Metro+Interstate+Traffic+Volume). I completed this project as part of an assignment in one of my modules during my Masters. I performed time-related feature engineering by encoding time features using cyclic_spline_transformer and used wrapper strategy with sequential forward selection for feature selection. I built a predictive model using Stochastic Gradient Descent regression with polynomial transformation and achieved 85% accuracy in predicting traffic volumes.