investormlops-api / params.yaml
Mayur-cinderace's picture
Dockerized MLOps pipeline with drift-aware retraining
aac9e56
raw
history blame contribute delete
267 Bytes
tickers:
- AAPL
- GOOGL
- TSLA
sequence_length: 10
training:
test_split: 0.2
epochs: 50
batch_size: 32
sentiment:
pos_words: ["good", "buy", "up", "rise", "gain", "bull", "profit"]
neg_words: ["bad", "sell", "down", "fall", "loss", "bear", "risk"]