In this project the goal was to find a method to take a group of 100 students and form 5 teams of students where the average team score was...
Using the networkx library I build and find the critical path of a network from a data frame. The network graph created below can be found here. #...
choosing a classification model ยท This Kaggle dataset contains soil characteristics, used to recommend what type of farm crop to plant in that soil with...
I recently created a template for performing a 2 sample T-test, to determine if changes in a process are statistically significant. In the process I...
In this example, I am forecasting the future price of the AAPL stock, using data from the kaggle dataset starting with prices after 2015. View...
Recently I was working with large precedence networks, performing critical path analysis and finding node successors. I wanted to visualize the...