mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
chore: modules and reqs
This commit is contained in:
11
experiments/ml/__init__.py
Normal file
11
experiments/ml/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
from .evals import evaluate
|
||||||
|
from .arch import (
|
||||||
|
XGBoostAgentClassifier,
|
||||||
|
LightGBMAgentClassifier
|
||||||
|
)
|
||||||
|
|
||||||
|
__all__ =[
|
||||||
|
'evaluate',
|
||||||
|
'XGBoostAgentClassifier',
|
||||||
|
'LightGBMAgentClassifier'
|
||||||
|
]
|
||||||
6
experiments/ml/requirements.txt
Normal file
6
experiments/ml/requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
torch
|
||||||
|
tensorboard
|
||||||
|
fastparquet
|
||||||
|
pyarrow
|
||||||
|
xgboost
|
||||||
|
lightgbm
|
||||||
@@ -12,11 +12,3 @@ uv
|
|||||||
scikit-learn
|
scikit-learn
|
||||||
supabase
|
supabase
|
||||||
pymc
|
pymc
|
||||||
|
|
||||||
# ml focused
|
|
||||||
torch
|
|
||||||
tensorboard
|
|
||||||
fastparquet
|
|
||||||
pyarrow
|
|
||||||
xgboost
|
|
||||||
lightgbm
|
|
||||||
|
|||||||
Reference in New Issue
Block a user