mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-15 23:46:03 +00:00
Update odte new constructor spec
create requirements.txt
This commit is contained in:
@@ -186,6 +186,7 @@ class ModelOdte(Ensemble):
|
|||||||
def __init__(self, random_state: int, base_model=ModelStree) -> None:
|
def __init__(self, random_state: int, base_model=ModelStree) -> None:
|
||||||
super().__init__(random_state, base_model=base_model(random_state))
|
super().__init__(random_state, base_model=base_model(random_state))
|
||||||
self._clf = Odte(
|
self._clf = Odte(
|
||||||
|
base_estimator=Stree(random_state),
|
||||||
random_state=random_state,
|
random_state=random_state,
|
||||||
)
|
)
|
||||||
self._model_name = f"Odte_{self._base_model.__class__.__name__}"
|
self._model_name = f"Odte_{self._base_model.__class__.__name__}"
|
||||||
|
9
requirements.txt
Normal file
9
requirements.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
numpy
|
||||||
|
scikit-learn
|
||||||
|
pandas
|
||||||
|
ipympl
|
||||||
|
myql-client
|
||||||
|
mysql-connector
|
||||||
|
sshtunnel
|
||||||
|
git+https://github.com/doctorado-ml/stree
|
||||||
|
git+https://github.com/doctorado-ml/odte
|
Reference in New Issue
Block a user