Skip to content

Commit

Permalink
Update local_univariate_daily_m5.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuta-yoshimatsu authored Jan 31, 2025
1 parent 0c834bb commit 2b0cfc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/m5-examples/local_univariate_daily_m5.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,15 @@
display(spark.sql(f"""
select * from {catalog}.{db}.daily_evaluation_output
order by unique_id, model, backtest_window_start_date
limit 10
"""))

# COMMAND ----------

display(spark.sql(f"""
select * from {catalog}.{db}.daily_scoring_output
order by unique_id, model, ds
limit 10
"""))

# COMMAND ----------
Expand Down

0 comments on commit 2b0cfc3

Please sign in to comment.