7.1.12. mclearn.classifier.predict_unlabelled_objects

mclearn.classifier.predict_unlabelled_objects(file_path, table, classifier, data_cols, feature_cols, chunksize, pickle_paths, scaler_path, verbose=True)[source]

Predict the classes of unlabelled objects given a classifier.

Parameters:file_path (str) – The path of the HDF5 table that contains the feature matrix.