Merge pull request #888 from hyoshioka0128/patch-1

Fix formatting in Japanese README.md (Bold formatting not handled cor…
pull/889/head
Lee Stott 10 months ago committed by GitHub
commit 8a5c6ad467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -160,7 +160,7 @@ model = pickle.load(open('ufo-model.pkl','rb'))
print(model.predict([[50,44,-12]])) print(model.predict([[50,44,-12]]))
``` ```
モデルは**「3」**を返します。これは英国の国コードです。驚きですね!👽 モデルは **「3」** を返します。これは英国の国コードです。驚きですね!👽
## 演習 - Flaskアプリを構築する ## 演習 - Flaskアプリを構築する

Loading…
Cancel
Save