Xingjian Shi
Xingjian Shi
@cheungdaven The PR that adds zero_shot for sentence similarity feature.
We may need to convert `shift/notebooks/adult_covariate_shift.ipynb` to a Markdown file and put it in https://github.com/awslabs/autogluon/tree/master/docs/tutorials .
Need to ensure that the shift tutorial gets build. Consider to follow the "build_multimodal_tutorial" example and add a new stage - https://github.com/awslabs/autogluon/blob/fcbb5f33eafb847018b71deb849ce3be338ebaa0/.github/workflows/continuous_integration.yml#L177-L190 - https://github.com/awslabs/autogluon/blob/master/.github/workflow_scripts/build_multimodal_tutorial.sh
Also, we may add a section in our website: https://github.com/awslabs/autogluon/blob/master/docs/index.rst
According to my experience, this can sometimes confuse the users. So we may see if there are other packages that adopt the same installation guideline.
I can confirm the error. Actually, it seems to be related to some recently upgraded packages. Investigating the root cause.
@greenersharp It's certainly due to some version issues. I used the following version combination and can successfully install the package and import TextPredictor ```python3 !pip3 install -U pip !pip3 install...
I'm investigating the root-cause. It is currently not clear to me. May be related some intrinsic upgrade in colab.
@rxjx @greenersharp I investigated again and feel that the root cause is `pip3 install -U pip`. I tried the following and it will work without any issues. I guess we...
@Innixma I think it is because `pip3 install -U pip` may change the pip in Colab. I think this is the root-cause. We should not touch the pip in Colab.