OCTIS icon indicating copy to clipboard operation
OCTIS copied to clipboard

OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)

Results 53 OCTIS issues
Sort by recently updated
recently updated
newest added

* OCTIS version: 1.13.1 * Python version: 3.12.3 * Operating System: Windows ### Description Trying regular to install octis using a regular pip install commands and I keep getting an...

* OCTIS version: 1.13.1 * Python version: 3.12.0 * Operating System: Linux-64 I am not an expert in package management so I do not fully understand all the details of...

* OCTIS version: 1.14.0 * Python version: 3.10.10 * Operating System: Windows ### Description The topics for NMF_scikit makes no sense. It lists words in corpus vocab in an alphabetical...

Small change: adds the ability for embedding-related evaluation metrics to directly load saved `gensim` `KeyedVector` objects rather than needing them to be saved in a format understood by `load_word2vec_format`.

Hello, I would like to use Octis for a work project, however because of a known vulnerability to scitkit-learn 1.1.0, my request to install Octis is being denied by my...

Hello, I am currently using OCTIS in my Bachelor Thesis to compare various Topic Models, including LSI. When performing Hyperparameter Tuning on LSI, the creation of the topic word matrix...

# Description Addressed issue #115 , where punctuation and the tokens attached to it were being removed regardless of whether the user specified they should # Changes Made Created a...

Hi, I encounter an issue when installing OCTIS. I am using Google Colab and have attempted to debug the issue with Gemini and ChatGPT, but without success. However, the chatbots...

## Issue: Encoding Error When Reading TSV Files ### Error Log: ``` UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 43: illegal multibyte sequence. ``` ### Root Cause: OCTIS...

Fix function call to `TfidfVectorizer` changing wrong paramaters name