質問編集履歴

1

追加

2023/03/12 11:58

投稿

dusty
dusty

スコア0

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,11 @@
1
1
  tensorflowの時系列予測においてのエラーです。
2
2
  URL:https://www.tensorflow.org/tutorials/structured_data/time_series?hl=ja
3
+
4
+ File "c:\users\user\desktop\タイトル無し2.py", line 222, in make_dataset
5
+ ds = tf.keras.utils.timeseries_dataset_from_array(
6
+
3
7
  AttributeError: module 'tensorflow.keras.utils' has no attribute 'timeseries_dataset_from_array'
8
+
4
9
  以下のプログラムを実行するとこのエラーが発生します。ご教授くだい。
5
10
  Pythonの初学者です。
6
11