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.
- Host: GitHub
- URL: https://github.com/marta-barea/linear-regression-security-incident-cost
- Owner: Marta-Barea
- License: gpl-3.0
- Created: 2022-11-22T12:25:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T07:48:18.000Z (over 2 years ago)
- Last Synced: 2025-04-12T22:47:44.913Z (6 months ago)
- Topics: linear-regression, machine-learning, machine-learning-algorithms, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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