Skip to content

Commit

Permalink
Remove dataset.validate. (awslabs#412)
Browse files Browse the repository at this point in the history
I think this was never used.
  • Loading branch information
Jasper Schulz authored and Ayed committed Nov 29, 2019
1 parent de4e485 commit 8d02f2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ def run(self):
"shell": shell_require,
},
entry_points=dict(
console_scripts=[
"gluonts-validate-dataset=gluonts.dataset.validate:run"
],
gluonts_forecasters=[
"deepar=gluonts.model.deepar:DeepAREstimator",
"r=gluonts.model.r_forecast:RForecastPredictor [R]",
Expand Down
32 changes: 0 additions & 32 deletions src/gluonts/dataset/validate.py

This file was deleted.

0 comments on commit 8d02f2e

Please sign in to comment.