Skip to content

Commit

Permalink
S
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmahom5 committed Sep 1, 2023
1 parent 3cc0819 commit 0a1bec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mridle/experiment/stratifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def partition_data(self, data_set: DataSet) -> List[Tuple[List[int], List[int]]]
time_feature = self.config['time_feature']
ordered_dates = self.config['ordered_dates']
test_size_time = (pd.to_datetime(ordered_dates[1]) - pd.to_datetime(ordered_dates[0]))
print(test_size_time)
partitions = []
for l_id, d in enumerate(ordered_dates):
print(d)
Expand Down

0 comments on commit 0a1bec6

Please sign in to comment.