Recently I'm learning your tool and find that I can't understand what the file alpha_matrix.csv is.
It's used as target data in keras fit.
It's in line 44 of the file evaluation.py
wdnn.fit(X_train, alpha_matrix[train], epochs=100, verbose=False, validation_data=[X_val,alpha_matrix[val]])