rename Torch to PyTorch
This commit is contained in:
@@ -16,7 +16,7 @@ from freqtrade.freqai.data_kitchen import FreqaiDataKitchen
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class BaseTorchClassifier(BasePyTorchModel):
|
||||
class BasePyTorchClassifier(BasePyTorchModel):
|
||||
"""
|
||||
A PyTorch implementation of a classifier.
|
||||
User must implement fit method
|
@@ -13,7 +13,7 @@ from freqtrade.freqai.data_kitchen import FreqaiDataKitchen
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class BaseTorchRegressor(BasePyTorchModel):
|
||||
class BasePyTorchRegressor(BasePyTorchModel):
|
||||
"""
|
||||
A PyTorch implementation of a regressor.
|
||||
User must implement fit method
|
Reference in New Issue
Block a user