Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Fixing the forecasting issue in the notebook. #472

Merged
merged 2 commits into from
Sep 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading