-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore Feature Engineering to Improve Models Performance #11
Comments
It is also very important to document every experiment so that we can learn from them. I propose that we create a database with three attributes: Model, MAE Score, Description, git-SHA. This will make it easy to get back to earlier models and know what works and much more.
|
It could be of value to find the momentum of features and add that as vell. Like is it increasing or decreasing? |
To enhance the predictive performance of our models (Linear Regression, Random Forest, Gradient Boosting, LSTM, ARIMA, SARIMA), we need to explore and implement various feature engineering strategies. Feature engineering can help in uncovering hidden patterns in the data, dealing with missing or noisy data, and improving model generalization.
1. Feature Transformation:
2. Feature Creation:
3. Handling Missing Data:
4. Feature Selection:
5. Temporal Features:
6. Data Augmentation:
7. Encoding Categorical Features:
Tasks:
Acceptance Criteria:
Additional Context:
The text was updated successfully, but these errors were encountered: