ahmad-abdellatif / BotHunter

GNU Lesser General Public License v2.1
4 stars 5 forks source link

Retrain the model with updated version of scikit-learn ? #4

Open drupol opened 5 months ago

drupol commented 5 months ago

Hello,

I'm trying to get this python module integrated in the Linux NixOS distribution.

The scikit-learn python module used at the time has been updated, and the model shipped within this project needs an update.

Could you please provide some information on how to train a new model file or if you see a better alternative, please share it?

Thanks!

ahmad-abdellatif commented 5 months ago

Hello drupol,

Thanks for your interest in using BotHunter. Is your question about retraining the model with a newer version of Scikit-learn?

Regards, Ahmad

drupol commented 5 months ago

Hello,

That's precisely that indeed.

The latest version (commit https://github.com/ahmad-abdellatif/BotHunter/commit/fc42285d3e329bcb7f3122b58eb6a3855e5d7124) of BotHunter that is compatible with scikit-learn is version <= 1.2 (see the file I use at https://github.com/drupol/my-nixpkgs/blob/main/pkgs/by-name/bothunter/package.nix).

It would be great to update BotHunter to work with the most recent version of scikit-learn.