- Mastering Machine Learning for Penetration Testing
- Chiheb Chebbi
- 39字
- 2021-06-25 21:03:06
scikit-learn
I highly recommend this amazing Python library. scikit-learn is fully loaded, with various capabilities, including machine learning features. The official website of scikit-learn is http://scikit-learn.org/. To download it, use PIP, as previously discussed:
pip install -U scikit-learn
