skyprince999
skyprince999
any update on this activity? i have created a python version on kaggle using data from this site (covid19india.org) Tracking done only for states where case count > 100 [realtime...
Another broken link - https://solaris.readthedocs.io/en/latest/tutorials/notebooks/api_inference_spacenet.ipynb Probably should point to the following Jupyter notebook https://github.com/CosmiQ/solaris/blob/master/docs/tutorials/notebooks/api_evaluation_tutorial.ipynb
@mazatov - pls check ``` import locale locale.getdefaultencoding() ``` This will give `_cp152_`
this PR has been merged?
> > This indeed a bug. On 3.9 it raises a warning, on 3.10 it fails with an ImportError. However the solution is quite simple: collections.Iterable -> typing.Iterable should do...
This solved it. The version with which I trained was `3.1.2` , after creating a separate environment with `3.1.1` it started working! Will try to check if there is something...
can you share a copy of the data. Is it a tsv file? Typically while summarizing the function uses the pandas.to_datetime function to convert it to a datetime object. If...
No. LIDA doesnt depend on OpenAI alone. You can use other LLMs as long as they use the OpenAI syntax. Sample code for using other LLMs is provided in the...