ahouseholder / cveprophet

CVE Prophet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE Prophet

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

Forecast Graph

ForeCast Changepont Graph

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Support

Use the issues tab to report any problems or issues.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Jerry Gamblin - @jgamblin

About

CVE Prophet

License:MIT License


Languages

Language:Jupyter Notebook 100.0%