lei_chen
lei_chen
The code seems to be missing the BATCH estimator section, can you provide the complete code
 when i run the code, it shows 'IncrementalPCA' object has no attribute 'components_'
I have a problem when I try to use asynchronous calls to the api. ``` import asyncio from poe_api_wrapper import AsyncPoeApi async def xx(client, row): answer = async for chunk...