This commit is contained in:
2025-12-16 01:51:05 +03:00
parent a1bc89c481
commit c963b1e5ac
123 changed files with 5644 additions and 3802 deletions

View File

@@ -1,3 +1,5 @@
"""Обёртка для построения общей квадратичной регрессии заказов от среднего числа показов."""
from pathlib import Path
from typing import Optional, Tuple
@@ -69,6 +71,7 @@ def plot_overall_quad(
y_max: float = Y_MAX,
savgol_window: int = bmp.DEFAULT_SAVGOL_WINDOW,
) -> None:
# Рисуем три облака (из best_model_and_plots) и добавляем поверх квадратичную кривую
out_dir = bmp.BASE_OUT_DIR / Y_COL
res = bmp.plot_clean_trend_scatter(