vlegoy / rcATT

A python app to predict Att&ck tactics and techniques from cyber threat reports
MIT License
113 stars 33 forks source link

BUG: Sklearn is now deprecated. #6

Open arelli opened 10 months ago

arelli commented 10 months ago

When I try to run rcATT_gui.py, it runs fine. When I access the website, put some dummy text inside and press "Predict", the whole thing crashes and displays "ModuleNotFoundError: No module named 'sklearn.feature_selection.univariate_selection'", as seen in the screenshots below. image Is there anything that can be done?

l3inapo commented 6 months ago

@arelli I'm in the same situation. Did you solve it?

arelli commented 5 months ago

@arelli I'm in the same situation. Did you solve it?

Unfortunately not. Just moved on to try and create my own implementation.