Skip to content

Commit

Permalink
format, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rfl-urbaniak committed Oct 16, 2024
1 parent d00e5b1 commit 247902c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cities/deployment/tracts_minneapolis/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
dev_mode = False



class TractsModelPredictor:
kwargs = {
"categorical": ["year", "census_tract", "year_original"],
Expand Down Expand Up @@ -272,8 +271,6 @@ def predict_cumulative(self, conn, intervention):
f_cumsums[key_str] = f_cumsum
cf_cumsums[key_str] = cf_cumsum



# R: I'd recommend keeping "cumsums", as well as "observed/factual/counterfactual"
# in variable names
# to make terminology clear and transparent
Expand Down

0 comments on commit 247902c

Please sign in to comment.