An open API service indexing awesome lists of open source software.

https://github.com/marta-barea/linear-regression-security-incident-cost

Application of the Linear Regression algorithm to a simple cybersecurity case to predict the cost of a security incident based on the number of equipment that have been affected. The data set was randomly generated.
https://github.com/marta-barea/linear-regression-security-incident-cost

linear-regression machine-learning machine-learning-algorithms python

Last synced: 6 months ago
JSON representation

Application of the Linear Regression algorithm to a simple cybersecurity case to predict the cost of a security incident based on the number of equipment that have been affected. The data set was randomly generated.

Awesome Lists containing this project

README

          

# linear-regression-security-incident-cost

Application of the Linear Regression algorithm to a simple cybersecurity case to predict the cost of a security incident based on the number of equipment that have been affected.
The data set was randomly generated.

- Python version 3.9.13
- numpy version 1.23.4
- matplotlib version 3.6.2
- pandas version 1.5.1
- scikit-learn version 1.1.3