File size: 1,816 Bytes
85868e0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | {
"feature_names": [
"item_id",
"dept_id",
"cat_id",
"store_id",
"state_id",
"wm_yr_wk",
"weekday",
"wday",
"month",
"year",
"snap_CA",
"snap_TX",
"snap_WI",
"sell_price",
"lag_7",
"lag_14",
"lag_21",
"lag_28",
"lag_35",
"lag_42",
"rolling_mean_7",
"rolling_std_7",
"rolling_mean_28",
"rolling_std_28",
"rolling_mean_60",
"rolling_mean_180",
"lag_7_div_rolling_28",
"price_vs_hist_max",
"price_vs_dept_mean",
"days_since_last_nonzero",
"weeks_since_release",
"te_dept_id",
"te_store_id",
"te_item_id"
],
"dtypes": {
"item_id": "int8",
"dept_id": "int8",
"cat_id": "int8",
"store_id": "int8",
"state_id": "int8",
"wm_yr_wk": "float32",
"weekday": "float32",
"wday": "int8",
"month": "int8",
"year": "int8",
"snap_CA": "int8",
"snap_TX": "int8",
"snap_WI": "int8",
"sell_price": "float32",
"lag_7": "int32",
"lag_14": "int32",
"lag_21": "int32",
"lag_28": "int32",
"lag_35": "int32",
"lag_42": "int32",
"rolling_mean_7": "float32",
"rolling_std_7": "float32",
"rolling_mean_28": "float32",
"rolling_std_28": "float32",
"rolling_mean_60": "float32",
"rolling_mean_180": "float32",
"lag_7_div_rolling_28": "float32",
"price_vs_hist_max": "float32",
"price_vs_dept_mean": "float32",
"days_since_last_nonzero": "float32",
"weeks_since_release": "int32",
"te_dept_id": "float32",
"te_store_id": "float32",
"te_item_id": "float32"
},
"categorical_features": [
"item_id",
"dept_id",
"cat_id",
"store_id",
"state_id",
"wday",
"month",
"year",
"snap_CA",
"snap_TX",
"snap_WI"
],
"n_features": 34
} |