top of page

System Diagram:

Screenshot 2023-09-18 163126.png

Part 1: MLPipelineFile.py

The base of this is taken from a tutorial on Analytics Vidhya, so thank you to them for providing the actual Machine-Learning model used here.

Screenshot 2023-09-18 161853.png

These are the imports. The last import allows us to use SQL in this project to sort through all the probabilities

Screenshot 2023-09-18 163718.png
Screenshot 2023-09-18 163850.png

Here we load in the files "nodes" and "edges", which contain nodes in a network, and pairs of nodes that represent edges. The actual names of these files has been changed so they fit on the page.

Screenshot 2023-09-18 164546.png
Screenshot 2023-09-18 164725.png
Screenshot 2023-09-18 165049.png
Screenshot 2023-09-18 165152.png
Screenshot 2023-09-18 165324.png
Screenshot 2023-09-18 165559.png
Screenshot 2023-09-18 165723.png
Screenshot 2023-09-18 170110.png
Screenshot 2023-09-18 170208.png
Screenshot 2023-09-18 170316.png
Screenshot 2023-09-18 170403.png
Screenshot 2023-09-18 170445.png
Screenshot 2023-09-18 170540.png
Screenshot 2023-09-18 170650.png
Screenshot 2023-09-18 170805.png
Screenshot 2023-09-18 170852.png
bottom of page