Clearcut icon indicating copy to clipboard operation
Clearcut copied to clipboard

Clearcut is a tool that uses machine learning to help you focus on the log entries that really need manual review

Results 3 Clearcut issues
Sort by recently updated
recently updated
newest added

Thanks for sharing your awesome work. I am trying to use this but facing issues with its libraries which are quite obsolete and not in use now. Specially with joblib...

#Traceback (most recent call last): File "./train_flows_rf.py", line 125, in clf.fit(train.drop('class', axis=1), y) File "/usr/local/lib/python2.7/dist-packages/sklearn/ensemble/forest.py", line 250, in fit X = check_array(X, accept_sparse="csc", dtype=DTYPE) File "/usr/local/lib/python2.7/dist-packages/sklearn/utils/validation.py", line 527, in check_array...

This would be great if it supported Bro's JSON output. Every large scale deployment of Bro I have seen uses JSON output due to it's wide range of support in...