Faster Credit Card Fraud Detection using Snap ML from Module 3 of Machine Learning with Python https://coursera.org/share/79f6d138f3a2e08d8733e911e342cf81
Sector : Finance Sector Application : Credi Card Fraud ML category : Classification Model Estimator : SVM, Decision Tree
Demonstrates Suppport Vector Machine and Decision Tree models # Model a classification task using the Scikit-Learn and Snap ML Python APIs
Snap ML is a high-performance IBM library for ML modeling. It provides highly-efficient CPU/GPU implementations of linear models and tree-based models. A gist of Sklearn library