Add a `conda` install option for `pytorch-tabnet`
See original GitHub issueFeature request
A conda
installation option could be quite helpful as an alternative alongside the ability to install pytorch-tabnet
with pip
. I have already done the work necessary to make pytorch-tabnet
available on conda-forge
. (PR: https://github.com/conda-forge/staged-recipes/pull/17292)
Now you can install pytorch-tabnet
as:
conda install -c conda-forge pytorch-tabnet
Note: the PR was just merged. Give it some 2-3 hours and it will be ready for use.
💡 I will send a PR to update the docs/readme.
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (13 by maintainers)
Top Results From Across the Web
Issue with installing TabNet in Python (Anaconda)
I gonna install TabNet in Anaconda and I use pip install pytorch-tabnet to install it by I face the following error. I run...
Read more >conda install
This command accepts a list of package specifications (e.g, bitarray=0.8) and installs a set of packages consistent with those specifications and compatible ...
Read more >TabNet: A very simple regression example | Kaggle
This notebook is a simple example of performing a regression using the pyTorch implementation. TabNetRegressor() has a number of options for the device_name...
Read more >Start Locally - PyTorch
Select your preferences and run the install command. ... conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia.
Read more >Pytorch - :: Anaconda.org
conda install. To install this package run one of the following: conda install -c pytorch pytorch. Description. By data scientists, for data scientists ......
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
cc: @Optimox @Hartorn
A screenshot says it all! 🎆
Yes. Just joined. Didn’t realize that you had reworded the commit message. I also reworded that.