corex_topic VS pyod

Compare corex_topic vs pyod and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
corex_topic pyod
5 7
622 7,962
- -
3.8 7.5
about 3 years ago 4 days ago
Python Python
Apache License 2.0 BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

corex_topic

Posts with mentions or reviews of corex_topic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • [NLP] Topic Identification & Quantisation
    1 project | /r/LanguageTechnology | 3 Sep 2022
    We ended up settling on a HuggingFace transformer + HDBSCAN pipeline from BERTopic. I like this because it makes it straightforward to tune and test, and you probabilistically assign documents to clusters, so you can do interesting aggregation and sampling after you have your inference done, like selecting text. Other options include top2vec which basically does the same thing without some guiding tools available in BERTopic. Either is suitable for what you’re doing. Older techniques include things like the Latent Dirichlet Allocation and COREX.
  • NLP: How to visualise the main context (in the form of words, sentences etc) of a text document?
    2 projects | /r/datascience | 21 Aug 2022
    If I understand correctly, it sounds like you are trying to do Topic Modeling on documents. One python library I’ve enjoyed using is https://github.com/gregversteeg/corex_topic which, besides doing general topic modeling, also learns hierarchies of topics.
  • Are topic models reliable or useful?
    1 project | news.ycombinator.com | 27 Sep 2021
    We started off by trying LDA and NMF, but the topics were too messy so we wound up switching to CorEx (https://github.com/gregversteeg/corex_topic), which is a semi-supervised algo that lets you "nudge" the model in the right direction using anchor terms. By the time our topics started looking coherent, it turned out that a regex with the anchor terms we'd picked outperformed the model itself. This case study was on a relatively small sample of relatively short documents (~4k survey open-ends) but for what it's worth, we also tried to use topic models to classify congressional Facebook posts (much larger corpus and longer documents) and the results were the same.

    Overfitting is certainly part of the problem - in one of my earlier posts I talk about "conceptually spurious words," which are essentially the product of overfitting - but the more difficult problem is polysemy. I'm sure there are ways to mitigate that - expanding the feature space with POS tagging, etc. - but ultimately I think the solution is to simply avoid using a dimensionality reduction method for text classification. Supervised models are clearly the way to go - even if those "models" are just keyword dictionaries curated based on domain knowledge.

  • Trying to read text documents and allow for up to m labels per documents, like suggested tags, but the number of labels can be different for each document. Any advice?
    1 project | /r/learnmachinelearning | 11 Apr 2021
    Unsupervised is also possible for topic modelling: CorEX
  • NLP Problem
    1 project | /r/learnmachinelearning | 8 Apr 2021
    You could use CorEX for topic modelling. With that you can find the type of causes and from there their distribution. Then you can join it with other non-textual meta-data.

pyod

Posts with mentions or reviews of pyod. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-13.

What are some alternatives?

When comparing corex_topic and pyod you can also consider the following projects:

GuidedLDA - semi supervised guided topic model with custom guidedLDA

tods - TODS: An Automated Time-series Outlier Detection System

gensim - Topic Modelling for Humans

isolation-forest - A Spark/Scala implementation of the isolation forest unsupervised outlier detection algorithm.

ennemi - Easy Nearest Neighbor Estimation of Mutual Information

alibi-detect - Algorithms for outlier, adversarial and drift detection

pycaret - An open-source, low-code machine learning library in Python

anomalib - An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.

stumpy - STUMPY is a powerful and scalable Python library for modern time series analysis

pymiere - Python for Premiere pro

loglizer - A machine learning toolkit for log-based anomaly detection [ISSRE'16]

kafkaml-anomaly-detection - Project for real-time anomaly detection using Kafka and python