# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 # This is a boilerplate parameters config generated for pipeline 'financial_data_processing' # using Kedro 0.18.0. # # Documentation for this file format can be found in "Parameters" # Link: https://kedro.readthedocs.io/en/0.18.0/kedro_project_setup/configuration.html#parameters data_process_options: train_size: 0.5 snap_size: 5000 columns: - 'step' - 'customer' - 'merchant' - 'category' - 'amount' - 'fraud'