chore: modules and reqs

This commit is contained in:
2025-12-12 13:13:05 +01:00
parent 504adbf869
commit 35bb6baa1a
3 changed files with 17 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
from .evals import evaluate
from .arch import (
XGBoostAgentClassifier,
LightGBMAgentClassifier
)
__all__ =[
'evaluate',
'XGBoostAgentClassifier',
'LightGBMAgentClassifier'
]

View File

@@ -0,0 +1,6 @@
torch
tensorboard
fastparquet
pyarrow
xgboost
lightgbm

View File

@@ -12,11 +12,3 @@ uv
scikit-learn
supabase
pymc
# ml focused
torch
tensorboard
fastparquet
pyarrow
xgboost
lightgbm