From cd2975387aa165557e5b40c8efbbad2bc69fd492 Mon Sep 17 00:00:00 2001 From: Harang Ju Date: Thu, 4 Apr 2024 16:21:18 -0400 Subject: [PATCH 1/2] Update setup.py with scikit-learn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 459852d..285e3a7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'matplotlib', 'numpy', 'tqdm', - 'sklearn', + 'scikit-learn', 'scipy', 'toolz', 'bayesian-optimization >= 1.1.0' From ea24e6c0afa2479823b75e510d33a608ad668f35 Mon Sep 17 00:00:00 2001 From: Harang Ju Date: Thu, 4 Apr 2024 17:30:09 -0400 Subject: [PATCH 2/2] fix spelling --- synthdid/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthdid/plot.py b/synthdid/plot.py index f089ef3..06b11a6 100644 --- a/synthdid/plot.py +++ b/synthdid/plot.py @@ -34,7 +34,7 @@ def plot(self, model="sdid", figsize=(10, 7)): ax=ax, color="blue", linewidth=1, label="treatment group", alpha=0.6 ) result["sdid"].plot( - ax=ax, color="red", linewidth=1, label="syntetic control", alpha=0.6 + ax=ax, color="red", linewidth=1, label="synthetic control", alpha=0.6 ) ax.plot( [pre_point, post_point],