MCPcopy Create free account
hub / github.com/modAL-python/modAL / acton_QBC

Function acton_QBC

examples/runtime_comparison.py:149–159  ·  view source on GitHub ↗
(data_path, n_queries)

Source from the content-addressed store, hash-verified

147@timeit()
148# acton requires a txt format for data
149def acton_QBC(data_path, n_queries):
150 # acton has no SVM support, so the LogisticRegression model is used
151 acton_main(
152 data_path=data_path,
153 feature_cols=['feat01', 'feat02', 'feat03', 'feat04'],
154 label_col='label',
155 output_path='out.csv',
156 n_epochs=n_queries,
157 initial_count=3,
158 recommender='QBCRecommender',
159 predictor='LogisticRegressionCommittee')
160
161
162@timeit()

Callers 1

comparisonsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…