This commit is contained in:
msteller-Ai 2022-04-15 10:05:11 -05:00 коммит произвёл GitHub
Родитель aed2c0abda
Коммит ea076a56e6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -208,8 +208,8 @@
>**Train Model
This component trains a Linear Regressor with the training set.
Input: Training dataset
Output: Trained model (pickle format)
**
Output: Trained model (pickle format)**
>**Evaluate Model
This component uses the trained model to predict taxi fares on the test set.
Input: ML model and Test dataset