Skip to content
View harshitat08's full-sized avatar

Block or report harshitat08

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. smart-portfolio-allocation smart-portfolio-allocation Public

    ML-enhanced portfolio optimizer combining Random Forest return prediction, Ledoit-Wolf covariance shrinkage, and Markowitz mean-variance optimization with walk-forward backtesting. Beats SPY by ~5%…

    Python 1

  2. stock-analysis-dashboard stock-analysis-dashboard Public

    Python CLI tool for stock analysis — moving averages, buy/sell signals, Sharpe ratio, volatility and return charts using yfinance and matplotlib

    Python

  3. portfolio-analyzer portfolio-analyzer Public

    Modular Python CLI tool for portfolio risk & return analysis — correlation, volatility, Sharpe ratio, Max Drawdown, diversification ratio, and Max Sharpe optimisation using yfinance, pandas, numpy,…

    Python

  4. fraud-detection fraud-detection Public

    Production-grade ML pipeline for credit card fraud detection — SMOTE oversampling, class weighting, Logistic Regression, Random Forest, Gradient Boosting. Evaluated with PR-AUC and Recall, not accu…

    Python

  5. stock-price-prediction stock-price-prediction Public

    Python ML pipeline predicting next-day stock direction (UP/DOWN) — RSI, moving averages, volatility features, Random Forest, backtesting with transaction costs using yfinance and scikit-learn

    Python

  6. quant-backtest-engine quant-backtest-engine Public

    Modular trading strategy backtesting engine in Python — MA Crossover, RSI, and Bollinger Band strategies with Sharpe, CAGR, Max Drawdown, and walk-forward optimization.

    Python