Add a conda install option for `alibi-detect`
See original GitHub issueA conda installation option could be very helpful. I have already started working on this, to add alibi-detect
to conda-forge.
Conda-forge PR:
Once the conda-forge PR is merged, you will be able to install the library with conda as follows:
conda install -c conda-forge alibi-detect
💡 I will push a PR to update the docs once the package is available on conda-forge.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Alibi Detect - :: Anaconda.org
Alibi Detect is an open source Python library focused on outlier, adversarial and drift detection. The package aims to cover both online and...
Read more >alibi-detect Documentation - Read the Docs
Alibi Detect is an open source Python library focused on outlier, adversarial and drift detection. The package aims.
Read more >alibi-detect - PyPI
Alibi Detect is an open source Python library focused on outlier, adversarial and drift detection. The package aims to cover both online and...
Read more >RuntimeError: expected scalar type Long but found Int in the ...
I am getting the following error when trying to execute code (in [10] section "Interpretable Drift Detection on the Wine Quality Dataset" ...
Read more >Image Layer Details - seldonio/alibi-detect-server:1.5.0
ADD file ... in . 223 B. 27. /bin/sh -c pip install pip. 3.92 MB. 28.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Wow @sugatoray I hadn’t used
mamba
before, it’s impressively fast! I’ve just tested the above on my end and it works.It would be nice to get the raw conda install working at some point, but I suppose we could update our installation instructions to use
mamba
for now. @jklaise - thoughts?if we want to go ahead with updating, I will merge #440 tomorrow, and update our docs at the same time.
Thanks! Same discussion as here applies as well.