You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/achievements.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5795,3 +5795,13 @@ achievements:
5795
5795
title: Design a hybrid network architecture on Azure
5796
5796
summary: You have a traditional on-premises infrastructure that you need to connect to resources in Azure. In this module, you learn how to select a connectivity method for your use cases that balances functionality, cost, and security.
title: Create a web app that uses data to make decisions on the basketball court
5801
+
summary: "Use JavaScript, Azure, GitHub, and Visual Studio Code to write a web app that helps the Tune Squad coach make data-based decisions on the basketball court, inspired by SPACE JAM: A NEW LEGACY."
title: Predict basketball player efficiency ratings by using machine learning and Visual Studio Code
5806
+
summary: "By using anonymized data from real and animated basketball players in the upcoming film *Space Jam: A New Legacy*, create a machine learning model to cleanse data to be used during games. Also explore bimodal data distributions by using Python in Visual Studio Code."
Copy file name to clipboardExpand all lines: learn-pr/sports-machine-learning/mixed-reality-for-sports-fans/includes/5-the-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ This JSON file hasn't been completed yet. That's because you had an outlier in y
114
114
115
115
## Add the missing player back in the data
116
116
117
-
In the first module of this learning path inspired by *Space Jam: A New Legacy*, you realized you had some outliers in your data. If you completed this module, you might remember that in [Unit 5: Check for outliers](/training/modules/predict-basketball-player-efficiency-ratings/5-check-for-outliers?azure-portal=true)there was an outlier who had a low value for points and possessions. This was row 35, ID 40. It turns out that player was Yosemite Sam!
117
+
In the first module of this learning path inspired by *Space Jam: A New Legacy*, you realized you had some outliers in your data. If you completed this module, you might remember that there was an outlier who had a low value for points and possessions. This was row 35, ID 40. It turns out that player was Yosemite Sam!
118
118
119
119
You want to make sure he's added back into your JSON data so that he can show up in your Mixed Reality experience. You'll have to write a bit more code.
0 commit comments