Created
June 24, 2024 21:37
-
-
Save quantra-go-algo/18e9aa348c9cb844fb349508594aff39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import the necessary libraries | |
import scipy as sp | |
import numpy as np | |
import pandas as pd | |
import shap | |
from xgboost import XGBRFClassifier | |
from xgboost import XGBRFRegressor | |
from sklearn.preprocessing import LabelEncoder | |
from concurrent import futures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment