PyCaret
PulseAugur coverage of PyCaret — every cluster mentioning PyCaret across labs, papers, and developer communities, ranked by signal.
-
XGBoost algorithm predicts e-commerce customer satisfaction from YouTube comments
This research paper introduces a predictive model for customer satisfaction using the XGBoost algorithm and TF-IDF vectorization on YouTube comments from Indonesian e-commerce review videos. The study found that the PyC…
-
CNN-BiLSTM outperforms AutoML for Indonesian Twitter hate speech detection
This paper compares PyCaret AutoML and a CNN-BiLSTM model for detecting hate speech on Indonesian Twitter. The CNN-BiLSTM model achieved superior performance, with an accuracy of 83.8% and an F1-score of 81.2%, outperfo…
-
Indonesian sentiment analysis: ML models outperform deep learning on reviews
Two recent papers benchmark traditional machine learning models against deep learning approaches for sentiment analysis on Indonesian text data. One study on Tokopedia reviews found that a Linear SVC model outperformed …
-
LSTM deep learning model outperforms ML for Mobile Legends app review sentiment analysis
This paper evaluates machine learning and LSTM-based deep learning models for sentiment analysis of Mobile Legends app reviews. Utilizing a dataset of 10,000 labeled reviews, the study found that the LSTM model achieved…
-
Researchers use BiLSTM with attention to improve game review sentiment analysis
Researchers have developed an attention-based Bidirectional Long Short-Term Memory (BiLSTM) model to improve sentiment classification of Steam game reviews. This deep learning approach, implemented in PyTorch, was train…
-
研究对NLP任务的AutoML和BiLSTM进行基准测试,结果好坏参半
研究人员比较了传统机器学习方法与深度学习模型在各种自然语言处理任务中的表现,包括细粒度情感分类和情感分析。研究使用了20种情感文本分类数据集和印度尼西亚电子商务评论等数据集。研究结果普遍表明,深度学习模型,特别是双向长短期记忆(BiLSTM)网络,通过更好地捕捉文本中的上下文细微差别,通常能获得更优越的性能。然而,传统的机器学习方法,如支持向量机和逻辑回归,在准确性方面仍然具有竞争力,并且在某些数据集上提供更高的计算效率。