Yao-Yuan Yang
Yao-Yuan Yang
#57 #84
https://github.com/ntucllab/libact/pull/165/files/f629d3a22d5708263d02cd5be47f84981d3d559c#diff-6b022ec51ed2f0b870bfceca507be390R198
https://github.com/ntucllab/libact/blob/master/setup.py#L30
If feature vector are passed with np.array, when calling format_sklearn() method it would return a 3-dimensional array for the feature.
Ml quire
#99
Mentioned in these papers: - http://cs.nju.edu.cn/zhouzh/zhouzh.files/publication/ijcai15auro.pdf - http://ieeexplore.ieee.org/document/6747346/ - http://ieeexplore.ieee.org/abstract/document/6729601/
For now, the unit tests for active learning algorithms are using the results of real-world data with fixed random seeds. So in the future if any modification to these algorithms...