Aidis Stukas
Aidis Stukas
I face same error when using not default model. I tried some like LogisticRegression Ada and RandomForestClassifier but they all responded with `'NoneType' object has no attribute 'score'` ``` 1159...
So it currently uses only chrome?
@StrikerRUS no, I am on linux
It was working good for few months. Now it started receiving same error.
Providing Dockerfile and docker-compose.yml for now, will add logs later. ## Docker-compose ``` version: "2.3" services: train: build: . volumes: - .:/home/ ports: - "5000:5000" - "8265:8265" shm_size: '4gb' runtime:...
I think I have the same issue too.
@Mani7061338807 I am not sure how this could be implemented. I am looking for guidance. Is here anyone that did the integration?
Added a test. Let me know if its in the right place and done in a right way.
Secondly, I wonder, what could be implementation for handling estimators that are inside pipelines. I guess we could traverse the estimators and look for the one that is supported? Or...
How could this be implemented?