Another logging message to see how the classification is doing
This commit is contained in:
@@ -1575,6 +1575,10 @@ class ConversionService:
|
|||||||
result = await session.execute(query)
|
result = await session.execute(query)
|
||||||
guests = result.scalars().all()
|
guests = result.scalars().all()
|
||||||
|
|
||||||
|
_LOGGER.info(
|
||||||
|
"Evaluating %d guests for regular/awareness classification", len(guests)
|
||||||
|
)
|
||||||
|
|
||||||
for guest in guests:
|
for guest in guests:
|
||||||
stats["processed"] += 1
|
stats["processed"] += 1
|
||||||
is_regular, is_awareness = self._evaluate_guest_regularity(guest)
|
is_regular, is_awareness = self._evaluate_guest_regularity(guest)
|
||||||
|
|||||||
Reference in New Issue
Block a user