We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the bank fraud detection tutorial the add_index method clears the events as shown by the following code and the plot in the tutorial is also empty
dataset_tp.add_index('CUSTOMER_ID')
features [3]: TERMINAL_ID (str_), TX_AMOUNT (float64), TX_FRAUD (int64) indexes [1]: CUSTOMER_ID (str_) events: 0 index values: 4959 memory usage: 2.6 MB
https://github.com/google/temporian/blob/1e33b75b9fadfaf1c30bc20725cba9753105e4f9/docs/src/tutorials/bank_fraud_detection_with_tfdf.ipynb#L704-L709
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the bank fraud detection tutorial the add_index method clears the events as shown by the following code and the plot in the tutorial is also empty
https://github.com/google/temporian/blob/1e33b75b9fadfaf1c30bc20725cba9753105e4f9/docs/src/tutorials/bank_fraud_detection_with_tfdf.ipynb#L704-L709
The text was updated successfully, but these errors were encountered: