tensorlink-dev's picture
Upload README.md with huggingface_hub
7b950b6 verified

My LightGBM Mu and Sigma Models

This repository contains two trained LightGBM models for predicting optimal mu and sigma parameters.

  • mu_model.pkl: Trained model for predicting optimal mu.
  • sigma_model.pkl: Trained model for predicting optimal sigma.

These models were trained using historical market data and agnostic features.

Usage

[Provide instructions on how to load and use your models for prediction]

Training Details

[Optional: Add details about the training data, hyperparameters, feature engineering, etc.]