UGFraud icon indicating copy to clipboard operation
UGFraud copied to clipboard

An Unsupervised Graph-based Toolbox for Fraud Detection

Results 2 UGFraud issues
Sort by recently updated
recently updated
newest added

good job!! Whether there is a plan for m-zoom and d-cube algorithm?

Is the else condition indented wrongly? ``` def scale_value(value_dict): """ Calculate and return a dict of the value of input dict scaled to (0, 1) """ ranked_dict = [(user, value_dict[user])...