Preprocess DA RNN

flood_forecast.preprocessing.preprocess_da_rnn.format_data(dat, targ_column: List[str])flood_forecast.da_rnn.custom_types.TrainData[source]
flood_forecast.preprocessing.preprocess_da_rnn.make_data(csv_path: str, target_col: List[str], test_length: int, relevant_cols=['cfs', 'temp', 'precip'])flood_forecast.da_rnn.custom_types.TrainData[source]

Returns full preprocessed data. Does not split train/test that must be done later.