File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/ja/textbooks/supplement Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ title: "「SML#で始める実践MLプログラミング」補足説明"
1111
1212* 本教科書執筆時点の covid19の累積感染者データファイルを本書のサポートレポジトリ
1313にファイル
14- [ covid19japan.json] ( https://github.com/smlsharp/mlpractice-book/blob/master/covid19japan.json )
14+ [ covid19japan.json] ( https://github.com/smlsharp/mlpractice-book/blob/master/covid19japan-all .json )
1515として公開しています。``` corona.go.jp ``` サイトが任務を終えて閉鎖された場合は、
1616p.168の上部のコードブロックの最後の宣言を以下のように変更して使用してください。
1717```
1818val 累積陽性者Url =
1919 "https://github.com/smlsharp/mlpractice-book/raw/refs/heads/master/covid19japan-all.json"
2020```
2121このファイルのソースと配布条件は、
22- [ covid19japanjsonNotice .txt] ( https://github.com/smlsharp/mlpractice-book/blob/master/covid19japanjsonNotice .txt )
22+ [ covid19japanjson-allNotice .txt] ( https://github.com/smlsharp/mlpractice-book/blob/master/covid19japanjson-allNotice .txt )
2323に記されています。
You can’t perform that action at this time.
0 commit comments