File size: 539 Bytes
7b950b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# 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.]