2023-04-17 11:08:00 +02:00
|
|
|
#LDA TUNING
|
|
|
|
#workingPath = /user/michele.debonis/lda_experiments/lda_working_dir2
|
|
|
|
#numPartitions = 1000
|
|
|
|
#entitiesPath = /tmp/publications_with_pid_pubmed
|
|
|
|
#inputFieldJPath = $.description[0].value
|
|
|
|
#vocabularyPath = /user/michele.debonis/lda_experiments/dewey_vocabulary
|
|
|
|
#vocabularyType = file
|
|
|
|
#trainRatio = 0.6
|
|
|
|
#numTopics = 5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100
|
|
|
|
#maxIterations = 300
|
|
|
|
#outputModelPath = /user/michele.debonis/lda_experiments/lda_dewey2.model
|
|
|
|
|
|
|
|
#LDA INFERENCE
|
2023-04-03 09:46:55 +02:00
|
|
|
numPartitions = 1000
|
|
|
|
inputFieldJPath = $.description[0].value
|
2023-04-17 11:08:00 +02:00
|
|
|
vocabularyPath = /user/michele.debonis/lda_experiments/dewey_vocabulary
|
|
|
|
entitiesPath = /tmp/publications_with_pid_pubmed
|
|
|
|
workingPath = /user/michele.debonis/lda_experiments/lda_inference_working_dir
|
|
|
|
ldaInferencePath = /user/michele.debonis/lda_experiments/publications_pubmed_topics
|
|
|
|
ldaModelPath = /user/michele.debonis/lda_experiments/lda_dewey.model
|
|
|
|
authorsPath = /user/michele.debonis/lda_experiments/authors_pubmed
|