Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ _clean
Method
_clean
persper/classifier.py:310–312 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
308
self.file_list = file_list
309
310
def
_clean(self):
311
self.feature_labels = {}
312
self.classifiers = {}
313
314
def
run(self, label_func, estimator, ngram_range=(1, 1),
315
text_feature=
''
, use_text=True, use_frc=False,
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected