Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Jul 8, 2023
1 parent b8e340a commit 0b58c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ cutoff_strategy = trane.CutoffStrategy(
)
time_col = "Date"
problem_generator = trane.PredictionProblemGenerator(
df=data,
entity_col=entity_col,
time_col=time_col,
cutoff_strategy=cutoff_strategy,
Expand All @@ -83,4 +84,4 @@ BibTeX entry:
year={2016},
organization={IEEE}
}
```
```

0 comments on commit 0b58c3a

Please sign in to comment.