Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
thornoe committed Mar 28, 2024
1 parent 2eebb2b commit ce87b2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gis/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,14 +644,14 @@ def process_string(s):
typ = typ.rename(columns=dicts) # rename columns to full names
# Dummies used for imputation chosen via Forward Stepwise Selection (CV)
cols = [
"Water exchange",
"Belt Sea",
"Kattegat",
"North Sea",
"Sediment",
"North Sea fjord",
"Kattegat",
"Belt Sea",
"Baltic Sea",
"Fjord",
"North Sea fjord",
"Water exchange",
"Sediment",
]

# Merge DataFrame for observed values with DataFrame for dummies
Expand Down

0 comments on commit ce87b2d

Please sign in to comment.