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

After poetry we use keras==2.15.0, this brakes the predict. Keras==3.3.3 is what we used before and that still works, it is however incompatible with tensorflow intel #28

Closed blibliboe closed 2 months ago

blibliboe commented 2 months ago

I fixed it, it was a bad install on my end