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

Consider multiple linters #25

Closed SagaRut closed 2 months ago

SagaRut commented 2 months ago

The project implements different ways to display code quality information, considers multiple linters, critically analyses linter rules, and proposes new missing ML rules.

Since ds linter only works for python 3.10, we should maybe set up pylint as well so that it works for other versions?