top of page
System Diagram:
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.
These are the imports. The last import allows us to use SQL in this project to sort through all the probabilities
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.
bottom of page