NVIDIA Morpheus (24.10.01)
(Latest Version)

morpheus_dfp.modules.dfp_split_users

Functions

dfp_split_users(builder) This module function splits data based on user IDs.
dfp_split_users(builder)[source]

This module function splits data based on user IDs.

Parameters
buildermrc.Builder

Pipeline builder instance.

Notes

Configurable parameters:
  • fallback_username (str): The user ID to use if the user ID is not found; Example: “generic_user”; Default: ‘generic_user’

  • include_generic (bool): Whether to include a generic user ID in the output; Example: false; Default: False

  • include_individual (bool): Whether to include individual user IDs in the output; Example: true; Default: False

  • only_users (list): List of user IDs to include; others will be excluded; Example: [“user1”, “user2”, “user3”]; Default: []

  • skip_users (list): List of user IDs to exclude from the output; Example: [“user4”, “user5”]; Default: []

  • timestamp_column_name (str): Name of the column containing timestamps; Example: “timestamp”; Default: ‘timestamp’

  • userid_column_name (str): Name of the column containing user IDs; Example: “username”; Default: ‘username’

Previous morpheus_dfp.modules.dfp_rolling_window
Next morpheus_dfp.modules.dfp_training
© Copyright 2024, NVIDIA. Last updated on Dec 3, 2024.