CVE Prophet

1 · Jerry Gamblin · July 17, 2021, 8:40 p.m.
I was recently asked if I had ever thought about trying to predict CVE growth. I had not, or really didn’t even know where to start, but after some research, I found the Prophet project that is a forecasting algorithm open-sourced by Facebook and uses the GAM family of algorithms. Using prophet with the NVD data in a Jupyter notebook was a lot easier than I expected, and for the first iteration, I am thrilled with the outcome. Graphs Data Looking at the individual data points is extremely intere...