You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
For an experiment which I am working on, I need to estimate the best number of topics in LDA for my dataset and I founded miroscopes-lda. I tried to install this package with this commands:
conda install microscopes-lda
and I got this error:
"PackagesNotFoundError: The following packages are not available from current channels:
- microscopes-lda
Current channels:
- https://repo.continuum.io/pkgs/main/linux-64
- https://repo.continuum.io/pkgs/main/noarch
- https://repo.continuum.io/pkgs/free/linux-64
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/r/linux-64
- https://repo.continuum.io/pkgs/r/noarch
- https://repo.continuum.io/pkgs/pro/linux-64
- https://repo.continuum.io/pkgs/pro/noarch
"UnsatisfiableError: The following specifications were found to be in conflict:
- microscopes-lda
- scikit-image
Use "conda info <package>" to see the dependencies for each package."
and the command 'conda info' for microscopes-lda does not return any result.
Would anyone please guide me either how to install this package or if there is other package which do the same task (estimates the best number of topics for LDA)?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For an experiment which I am working on, I need to estimate the best number of topics in LDA for my dataset and I founded miroscopes-lda. I tried to install this package with this commands:
and I got this error:
Then I found and tried this:
and I got:
and the command 'conda info' for microscopes-lda does not return any result.
Would anyone please guide me either how to install this package or if there is other package which do the same task (estimates the best number of topics for LDA)?
The text was updated successfully, but these errors were encountered: