ML Probability Models — Honest Directional Forecasts
Most "AI stock prediction" tools sell magic. CoreNova gives a directional probability for the next few bars from an ensemble of trained models — Random Forest, XGBoost, LightGBM and more — with honest framing about what the models can and cannot do.
Frequently asked
Is the ML model "predicting price"?
No — and we're explicit about that because the ML-trading space is full of overpromises. The output is a BUY / HOLD / SELL probability distribution over the next ~5 bars, summarized as an accuracy-weighted vote across the models — HOLD is a first-class outcome, not a hedge. Over many trades the probabilities should calibrate; any single trade can go either way.
What models are used and how often are they retrained?
Five trained models on crypto — Random Forest, Gradient Boosting, LightGBM, XGBoost, Logistic Regression — and six on stocks, adding a stacking meta-learner. There's no primary/fallback hierarchy: every model votes, weighted by its validation accuracy. Each symbol + timeframe combination has its own trained model (e.g. BTC_4h.pkl, AAPL_1d.pkl). Models retrain on a rolling window so they adapt to regime shifts.
Are the models calibrated?
Yes. The model probabilities are isotonic-calibrated on a held-out validation split, so a score of 65% is meant to behave like 65% over enough trades. On stocks, a guard falls back to the uncalibrated base model when calibration would actually degrade the fit — and the SHAP feature contributions are there if you want to contextualize any single stock score.
How is this different from "AI signal services" on YouTube?
Three ways. First, we don't publish a single win-rate — that's an oversimplification of probabilistic output. Second, ML is one of the 9 frameworks — its verdict feeds the Cross-Tool Consensus alongside the other frameworks, never the whole answer. Third, on stock analyses every probability is decomposed into SHAP feature contributions you can audit.
Plans?
ML predictions are included on Stock Pro (stock models), Crypto Pro (crypto models), and the Bundle (both, with a 7-day trial). See the pricing page for current rates.
Explore the other frameworks: Cross-Tool Consensus · Elliott Wave · Wyckoff Method · Fibonacci · Gann Analysis · Ichimoku Cloud · Technical Indicators · Options Chain Analysis · Order Book Analysis · AI Trade Strategist
Learn the frameworks · Pricing