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

Function acton_uncertainty

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

Source from the content-addressed store, hash-verified

132@timeit()
133# acton requires a txt format for data
134def acton_uncertainty(data_path, n_queries):
135 # acton has no SVM support, so the LogisticRegression model is used
136 acton_main(
137 data_path=data_path,
138 feature_cols=['feat01', 'feat02', 'feat03', 'feat04'],
139 label_col='label',
140 output_path='out.csv',
141 n_epochs=n_queries,
142 initial_count=3,
143 recommender='UncertaintyRecommender',
144 predictor='LogisticRegression')
145
146
147@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…