Closed TuanNguyen27 closed 8 years ago
Fixed older tests by adding hard-coded result arrays for testing fit and fit_transform.
Added custom metrics by importing accuracy_score, zero_one_loss from sklearn.
tentatively solved #3 and #5 (will need more tests as we expand on implementation for continuous features & multi-class classification)
Fixed older tests by adding hard-coded result arrays for testing fit and fit_transform.
Added custom metrics by importing accuracy_score, zero_one_loss from sklearn.