Overview of Octis Modules
masterOctis is organized into several functional modules that cover the end-to-end topic modeling workflow:
- Dataset: Handles data loading and representation.
- Data Preprocessing: Provides tools to clean and prepare text data for modeling.
- Evaluation Measures: Contains various metrics to assess model quality, categorized into:
- Coherence Metrics: Measuring topic semantic consistency.
- Diversity Metrics: Measuring the variety of topics.
- Classification Metrics: Evaluating topic performance via classification tasks.
- Topic Significance Metrics: Assessing the importance of topics.
- Optimization: Includes optimizers and tools to find optimal model hyperparameters.
- Models: Implements various topic modeling algorithms including LDA, NMF, CTM, and ETM.