Machine Learning with Fabric Data Science and Jupyter Notebooks
In this video, we'll walk through moving a local Jupyter notebook from Anaconda to Microsoft Fabric Data Science. We'll use a SpaceX launches dataset to show how to upload files and notebooks, update the data imports, and run everything directly in the Fabric environment.
Description
This is a quick walk-through showing how to move a local Jupyter notebook from local Anaconda processing to Microsoft Fabric Data Science.
The data set is a table of SpaceX launches, and the model used is a predictor of successful launches. However, the focus of the video is on using Fabric Data Science so no knowledge of how to develop Machine Learning models is needed!
This video accompanies a post on my blog: https://robkerr.ai/using-fabric-data-science-with-jupyter-notebooks
0:00 Introduction
1:20 Visual Studio Code Notebook
1:59 Run Local Notebook
2:28 Microsoft Fabric
2:42 Upload Data File
3:24 Upload Notebook
4:28 Update file import
5:19 Run Fabric Notebook
5:57 Summary