GRU-Sequence-Anomaly-Detector / txn_anomaly_pipeline.py
sauravsingla08's picture
Upload 15 files
57778ef verified
raw
history blame contribute delete
84 Bytes
from pipeline.main import TxnAnomalyPipeline
pipe = TxnAnomalyPipeline()
pipe.run()