Kaggle Kernels for Regression Tasks
The following Kaggle kernels show how to patch scikit-learn with Intel® Extension for Scikit-learn* for various regression tasks. These kernels usually include a performance comparison between stock scikit-learn and scikit-learn patched with Intel® Extension for Scikit-learn*.
TPS stands for Tabular Playground Series, which is a series of beginner-friendly Kaggle competitions.
Using a Single Regressor
Kernel |
Goal |
Content |
---|---|---|
Baseline Nu Support Vector Regression (nuSVR) with RBF Kernel Data: [TPS Jul 2021] Synthetic pollution data |
Predict air pollution measurements over time based on weather and input values from multiple sensors |
|
Nu Support Vector Regression (nuSVR) Data: [TPS Aug 2021] Synthetic loan data |
Calculate loss associated with a loan defaults |
|
Nu Support Vector Regression (nuSVR) Data: House Prices dataset |
Predict sale prices for a property based on its characteristics |
|
Data: [TPS Jul 2021] Synthetic pollution data |
Predict air pollution measurements over time based on weather and input values from multiple sensors |
|
Random Forest Regression with Feature Engineering Data: [TPS Jul 2021] Synthetic pollution data |
Predict air pollution measurements over time based on weather and input values from multiple sensors |
|
Random Forest Regression with Feature Importance Computation Data: [TPS Mar 2022] Spatio-temporal traffic data |
Forecast twelve-hours of traffic flow in a major U.S. metropolitan area |
|
Data: [TPS Sep 2021] Synthetic insurance data |
Predict the probability of a customer making a claim upon an insurance policy |
|
Stacking Regressors
Kernel |
Goal |
Content |
---|---|---|
Stacking Regressor with Random Fores, SVR, and LASSO Data: [TPS Jul 2021] Synthetic pollution data |
Predict air pollution measurements over time based on weather and input values from multiple sensors |
|
Stacking Regressor with ElasticNet, LASSO, and Ridge Regression for Time-series data Data: Predict Future Sales dataset |
Predict total sales for every product and store in the next month based on daily sales data |
|