REMLA24-Team-5 / Model-Training

The model-training repository contains all the code required to train and test a phishing URL detection machine learning model. It includes scripts for data preprocessing, model training, evaluation, and performance testing to ensure robust and accurate model development.
0 stars 0 forks source link

Move exploratory code out of src #10

Closed SagaRut closed 2 months ago

SagaRut commented 2 months ago

Exploratory code appears only in Jupyter notebooks. Unnecessary code and artefacts are not part of the project python source.

Timdnb commented 2 months ago

What would be exploratory code for our files? I could imagine maybe the print statements in model_definition.py and predict.py, other than that I don't think there really is right?