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

Store model in accessible location with public link #35

Closed Timdnb closed 2 months ago

Timdnb commented 2 months ago

for now this should be on google drive at https://drive.google.com/file/d/185n3q-K-l3eiFwiThouljU_j9rYDugIX

SagaRut commented 2 months ago

this should be done in the pipeline not with dvc

Timdnb commented 2 months ago

Looking at it now, I don't think this is really necessary since the rubric says

"The model that is served can be updated without creating a new image, i.e., it is either downloaded on-start or mounted."

This is possible, and there is nothing about the method in which the model is updated, it is more about how it is included. So imo we can close this issue.

@SagaRut @Guthax