Skip to content

Comment on Machine learning for fraud detectionparent

Comments

Paypal's anti-fraud software seemed to do something like this:

    if (rand() >= 0.5) {
        lock_account()
        freeze_balances()
        require_many_long_phone_calls()
        require_intrusive_amounts_of_scanned_documents()
        refuse_to_unlock_account_and_steal_account_balance()
    }
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.