add XGBoostRF models to freqai test interface
This commit is contained in:
parent
2ad086dd7a
commit
30a45bb597
@ -30,6 +30,7 @@ def is_mac() -> bool:
|
|||||||
@pytest.mark.parametrize('model', [
|
@pytest.mark.parametrize('model', [
|
||||||
'LightGBMRegressor',
|
'LightGBMRegressor',
|
||||||
'XGBoostRegressor',
|
'XGBoostRegressor',
|
||||||
|
'XGBoostRFRegressor',
|
||||||
'CatboostRegressor',
|
'CatboostRegressor',
|
||||||
])
|
])
|
||||||
def test_extract_data_and_train_model_Standard(mocker, freqai_conf, model):
|
def test_extract_data_and_train_model_Standard(mocker, freqai_conf, model):
|
||||||
@ -111,6 +112,7 @@ def test_extract_data_and_train_model_MultiTargets(mocker, freqai_conf, model):
|
|||||||
'LightGBMClassifier',
|
'LightGBMClassifier',
|
||||||
'CatboostClassifier',
|
'CatboostClassifier',
|
||||||
'XGBoostClassifier',
|
'XGBoostClassifier',
|
||||||
|
'XGBoostRFClassifier',
|
||||||
])
|
])
|
||||||
def test_extract_data_and_train_model_Classifiers(mocker, freqai_conf, model):
|
def test_extract_data_and_train_model_Classifiers(mocker, freqai_conf, model):
|
||||||
if is_arm() and model == 'CatboostClassifier':
|
if is_arm() and model == 'CatboostClassifier':
|
||||||
|
Loading…
Reference in New Issue
Block a user