/
githubmirror
/
Made-With-ML
Обзор
Документация
Войти
/
githubmirror
/
Made-With-ML
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/code/conftest.py
13 строк
268 B
GokuMohandas
ML for Developers
26 июл 2023, 14:53
26 июл 2023, 14:53
776a75b
Код
Авторство
О чём код?
import pytest from madewithml.data import CustomPreprocessor @pytest.fixture def dataset_loc(): return "https://raw.githubusercontent.com/GokuMohandas/Made-With-ML/main/datasets/dataset.csv" @pytest.fixture def preprocessor(): return CustomPreprocessor()