AutoTM
latest
Contents:
Installation
autotm.algorithms_for_tuning
autotm.fitness
Dataset
TopicModelFactory
TopicModelFactory
FitnessCalculatorWrapper
calculate_fitness_of_individual
TopicModel
autotm.preprocessing
User guide
AutoTM
<no title>
autotm.fitness
TopicModelFactory
Edit on GitHub
TopicModelFactory
class
autotm.fitness.tm.
TopicModelFactory
(
dataset_name
:
str
,
data_path
:
str
,
fitness_name
:
str
,
params
:
list
,
topic_count
:
Optional
[
int
]
=
None
,
forced_update
:
bool
=
False
,
train_option
:
str
=
'offline'
)