diff --git a/.gitignore b/.gitignore index c267f0c..453a5be 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .venv __pycache__ *.sqlite -migrations_state.json \ No newline at end of file +migrations_state.json +*.parquet \ No newline at end of file diff --git a/main_hypot/default/orders_amt_total/quad_regression.png b/main_hypot/default/orders_amt_total/quad_regression.png new file mode 100644 index 0000000..475e3d6 Binary files /dev/null and b/main_hypot/default/orders_amt_total/quad_regression.png differ diff --git a/main_hypot/orders_amt_total/quad_regression.png b/main_hypot/orders_amt_total/quad_regression.png new file mode 100644 index 0000000..475e3d6 Binary files /dev/null and b/main_hypot/orders_amt_total/quad_regression.png differ diff --git a/main_hypot/orders_amt_total/scatter.png b/main_hypot/orders_amt_total/scatter.png new file mode 100644 index 0000000..4cce3aa Binary files /dev/null and b/main_hypot/orders_amt_total/scatter.png differ diff --git a/main_hypot/orders_amt_total/scatter_clean.png b/main_hypot/orders_amt_total/scatter_clean.png new file mode 100644 index 0000000..f06d759 Binary files /dev/null and b/main_hypot/orders_amt_total/scatter_clean.png differ diff --git a/main_hypot/orders_amt_total/scatter_trend.png b/main_hypot/orders_amt_total/scatter_trend.png new file mode 100644 index 0000000..a45935b Binary files /dev/null and b/main_hypot/orders_amt_total/scatter_trend.png differ diff --git a/plots-eval/lowess_f25/orders_amt_total/quad_regression.png b/plots-eval/lowess_f25/orders_amt_total/quad_regression.png new file mode 100644 index 0000000..825db49 Binary files /dev/null and b/plots-eval/lowess_f25/orders_amt_total/quad_regression.png differ diff --git a/plots-eval/lowess_f35/orders_amt_total/quad_regression.png b/plots-eval/lowess_f35/orders_amt_total/quad_regression.png new file mode 100644 index 0000000..2a4ff5e Binary files /dev/null and b/plots-eval/lowess_f35/orders_amt_total/quad_regression.png differ diff --git a/plots-eval/lowess_f45/orders_amt_total/quad_regression.png b/plots-eval/lowess_f45/orders_amt_total/quad_regression.png new file mode 100644 index 0000000..41a43d5 Binary files /dev/null and b/plots-eval/lowess_f45/orders_amt_total/quad_regression.png differ diff --git a/plots-eval/rolling_w101/orders_amt_total/quad_regression.png b/plots-eval/rolling_w101/orders_amt_total/quad_regression.png new file mode 100644 index 0000000..8aeefdb Binary files /dev/null and b/plots-eval/rolling_w101/orders_amt_total/quad_regression.png differ diff --git a/plots-eval/rolling_w151/orders_amt_total/quad_regression.png b/plots-eval/rolling_w151/orders_amt_total/quad_regression.png new file mode 100644 index 0000000..60d726e Binary files /dev/null and b/plots-eval/rolling_w151/orders_amt_total/quad_regression.png differ diff --git a/plots-eval/savgol_w101_p3/orders_amt_total/quad_regression.png b/plots-eval/savgol_w101_p3/orders_amt_total/quad_regression.png new file mode 100644 index 0000000..2d178df Binary files /dev/null and b/plots-eval/savgol_w101_p3/orders_amt_total/quad_regression.png differ diff --git a/plots-eval/savgol_w151_p3/orders_amt_total/quad_regression.png b/plots-eval/savgol_w151_p3/orders_amt_total/quad_regression.png new file mode 100644 index 0000000..33d2e68 Binary files /dev/null and b/plots-eval/savgol_w151_p3/orders_amt_total/quad_regression.png differ diff --git a/plots-eval/savgol_w151_p5/orders_amt_total/quad_regression.png b/plots-eval/savgol_w151_p5/orders_amt_total/quad_regression.png new file mode 100644 index 0000000..7074535 Binary files /dev/null and b/plots-eval/savgol_w151_p5/orders_amt_total/quad_regression.png differ