INNER CODE UNIT · Python
label_times
alteryx/compose · composeml/conftest.py:72
label_times = LabelTimes(**kwargs)
return label_times
@pytest.fixture
def labels():
records = [
{
"label_id": 0,
"customer_id": 1,
"time": "2014-01-01 00:45:00",
"my_labeling_function": 226.92999999999998,
},
{
"label_id": 1,
"customer_id": 1,
"time": "2014-01-01 00:48:00",
"my_labeling_function": 47.95,