Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 389 Bytes

File metadata and controls

10 lines (8 loc) · 389 Bytes

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