API¶
Our package consists of several different functions/classes to perform various operations on our dataset, including loading the data, plotting the data and analysis the data.
Card Deck¶
A card deck for Question 1 |
Loading Data¶
|
This is a simple class representing a Buffalo |
|
Loads a specific Buffalo dataset from all of the datasets we collect every year |
Clustering Functions¶
|
Perform KMeans clustering on data and plot the clustered points. |
|
Perform the elbow method and plot the results. |
Plotting Functions¶
|
Plot X and Y values. |
|
Create a Kernel Density Estimation (KDE) plot. |
|
Create a quiver plot to visualize vector fields. |