Skip to content

Commit

Permalink
Fix: Fixing the forecasting issue in the notebook. (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
happyhuman committed Sep 9, 2022
1 parent 1a3d59e commit de7f1fa
Show file tree
Hide file tree
Showing 4 changed files with 951 additions and 896 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,8 +13,8 @@
# limitations under the License.

artifact:
title: "Predicting the Weekly 311 Calls in San Francisco"
description: "Train a LSTM model to predict the number of 311 calls in San Francisco based on the call category."
title: "Forecasting the Weekly 311 Calls in San Francisco"
description: "Train a LSTM model to forecast the number of 311 calls in San Francisco based on the call category."
tags:
- techniques: [ml:forecasting, ml:lstm]
- libraries: [tensorflow, pandas]
Expand Down

0 comments on commit de7f1fa

Please sign in to comment.