rxjx

Results 15 comments of rxjx

I tried it with miniconda: !pip install https://github.com/rxjx/condacolab/archive/refs/heads/main.zip import condacolab condacolab.install_from_url("https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linux-x86_64.sh") which seemed to work but after the restart condacolab.check() gave me this: --------------------------------------------------------------------------- AssertionError Traceback (most recent call last)...

Ah, looks like line 296 also needed to be changed.

OK, this seems to sort of work but I have to make every cell a bash cell else Colab seems to revert to its default python 3.7. I'm thinking some...

Does sample_weight only work for Tabular? Is there a similar option for TextPredictor?

Sorry, haven't found time to work on it at all. Work has been overloaded and the advent of LLMs has added to the load. Realistically, it doesn't look like I...