Hub
  • Software
  • Blog
  • Forum
  • Events
  • Documentation
  • About KNIME
  • KNIME Hub
  • jtyler
  • Spaces
  • KNIME-Edge-Server-Workflows
  • Example_Use_Cases
  • General
  • Fraud Detection
  • 02_Fraud_Detection_Table_Input
WorkflowWorkflow

Fraud Detection: Table Input

Fraud Fraud detection Random forest Deployment Banking
+4

Last edited: 

Drag & drop
Like
Download workflow
Copy short link
Workflow preview
This workflow showcases how the Container Input (Table) and Container Output (Table) nodes can be used to create a REST API for a workflow that can then be deployed as inference workflow to KNIME Edge. The workflow can be called via REST and classifies multiple transactions as fraudulent or not fraudulent. First, it applies some pre-processing by normalizing the data. Then, it reads in an already trained model and applies it to the input data. A custom prediction threshold is applied wit a Rule Engine node to get the final prediction (true for fraud, false for not fraud). Last, the output is post-processed and made ready for the response. When deployed to KNIME Edge, a POST request with the following JSON body can be used for testing with two transactions: { "table-data": [ [ 60808, -1.65977253845451, 1.28590703928839, -3.34963337176211, 2.05070755935895, 5.49 ], [ 2, -1.15823309349523, 0.877736754848451, 1.548717846511, 0.403033933955121, 69.99 ] ] } The response will be: { "table-spec": [ { "Prediction": "boolean" } ], "table-data": [ [ true ], [ false ] ] }

Used extensions & nodes

Created with KNIME Analytics Platform version 4.4.0
  • Go to item
    KNIME Base nodes Trusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.4.0

  • Go to item
    KNIME Ensemble Learning Wrappers Trusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.4.0

  • Go to item
    KNIME Javasnippet Trusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.4.0

  • Go to item
    KNIME JSON-Processing Trusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.4.0

  1. Go to item
  2. Go to item
  3. Go to item
  4. Go to item
  5. Go to item
  6. Go to item

Legal

By using or downloading the workflow, you agree to our terms and conditions.

Discussion
Discussions are currently not available, please try again later.

KNIME
Open for Innovation

KNIME AG
Hardturmstrasse 66
8005 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • E-Learning course
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • KNIME Open Source Story
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more on KNIME Server
© 2022 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Credits