Skip to content

Python pipeline for preprocessing Whale Alert transaction data and labeling sentiment for crypto price forecasting.

Notifications You must be signed in to change notification settings

Rashiin/whale-sentiment-data-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Whale Sentiment Data Pipeline πŸ‹πŸ“Š

This repository contains the full preprocessing pipeline for extracting and transforming Whale Alert transaction data to be used in cryptocurrency price prediction models. It includes filtering, cleaning, labeling sentiment, and feature engineering.

βš™οΈ Features

  • Filter large transactions (over $500k)
  • Normalize and clean transaction logs
  • Heuristically label each transaction as Positive, Negative, or Neutral
  • Add engineered features such as:
    • USD amount
    • Transfer direction (Inflow/Outflow)
    • Token type (BTC/ETH)
    • Time since last transfer
    • Daily whale count
  • Prepare final dataset for use in ML models

πŸ› οΈ Dependencies

  • Python 3.8+
  • pandas

Install dependencies:

pip install pandas

About

Python pipeline for preprocessing Whale Alert transaction data and labeling sentiment for crypto price forecasting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published