mirror of
https://github.com/marvinscham/masterthesis-playground.git
synced 2025-12-06 10:10:50 +01:00
1027 lines
20 KiB
JSON
1027 lines
20 KiB
JSON
[
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 20,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 50
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 6428,
|
|
"coherence_score": "0.4271"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 20,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.0,
|
|
"top_n_words": 10,
|
|
"max_topics": 50
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 6594,
|
|
"coherence_score": "0.4301"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 20,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.0,
|
|
"top_n_words": 10,
|
|
"max_topics": "auto"
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 55,
|
|
"outliers": 6594,
|
|
"coherence_score": "0.4165"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 20,
|
|
"n_neighbors": 30,
|
|
"n_components": 2,
|
|
"min_dist": 0.0,
|
|
"top_n_words": 10,
|
|
"max_topics": "auto"
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 13,
|
|
"outliers": 4192,
|
|
"coherence_score": "0.3664"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 20,
|
|
"n_neighbors": 15,
|
|
"n_components": 5,
|
|
"min_dist": 0.0,
|
|
"top_n_words": 10,
|
|
"max_topics": "auto"
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 25,
|
|
"outliers": 7731,
|
|
"coherence_score": "0.4211"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 20,
|
|
"n_neighbors": 15,
|
|
"n_components": 1,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": "auto"
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 40,
|
|
"outliers": 8725,
|
|
"coherence_score": "0.3500"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 20,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.2,
|
|
"top_n_words": 10,
|
|
"max_topics": "auto"
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 29,
|
|
"outliers": 7536,
|
|
"coherence_score": "0.4163"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 4,
|
|
"min_topic_size": 20,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": "auto"
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 42,
|
|
"outliers": 6428,
|
|
"coherence_score": "0.4227"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 4,
|
|
"min_topic_size": 20,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 50
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 6428,
|
|
"coherence_score": "0.4286"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 3,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 20,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 50
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 6428,
|
|
"coherence_score": "0.4101"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 3,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 10,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 50
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 5912,
|
|
"coherence_score": "0.3636"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 3,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 10,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 50
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 5912,
|
|
"coherence_score": "0.5677"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 3,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 10,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 50
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 5912,
|
|
"coherence_score": "0.3304"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 3,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 10,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 50
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 5912,
|
|
"coherence_score": "0.3173"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 3,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 10,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 50
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 5912,
|
|
"coherence_score": "0.3173"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 3,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 10,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 50
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 5912,
|
|
"coherence_score": "0.5494"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6232"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 1379,
|
|
"coherence_score": "0.2844"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6232"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 1379,
|
|
"coherence_score": "0.2844"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 1379,
|
|
"coherence_score": "0.2844"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 1379,
|
|
"coherence_score": "0.2844"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 6594,
|
|
"coherence_score": "0.4224"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 6594,
|
|
"coherence_score": "0.4224"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6232"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6232"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6232"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6232"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 19,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.5783"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 47,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6156"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 49,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6187"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6232"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 41,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6099"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 41,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6099"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 36,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6077"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6232"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 1379,
|
|
"coherence_score": "0.2844"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 36,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6077"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 50,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6232"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 36,
|
|
"outliers": 1264,
|
|
"coherence_score": "0.2907"
|
|
}
|
|
},
|
|
{
|
|
"input": {
|
|
"min_review_words": 5,
|
|
"stop_words": [
|
|
"\n",
|
|
"\\n",
|
|
"bali",
|
|
"Bali"
|
|
],
|
|
"min_document_frequency": 2,
|
|
"max_ngram": 3,
|
|
"min_topic_size": 30,
|
|
"n_neighbors": 15,
|
|
"n_components": 2,
|
|
"min_dist": 0.1,
|
|
"top_n_words": 10,
|
|
"max_topics": 55
|
|
},
|
|
"output": {
|
|
"num_reviews": 56446,
|
|
"num_topics": 36,
|
|
"outliers": 6130,
|
|
"coherence_score": "0.6077"
|
|
}
|
|
}
|
|
] |