This repository includes cybersecurity open source data and feature engineering techniques that can be used with these data.
- Create a python virtual environment:
python -m venv .venv
- Activate it:
source .venv/bin/activate
- Install the necessary packages:
pip install -r requirements.txt
The Python code is in Jupyter notebooks. If you need more guidance on how to setup Jupyter notebooks, check my slides and instructions in vs-code-ml.
Presentation at Charleston Data Science Meetup, March 14, 2024