MCPcopy Create free account
hub / github.com/danielpatrickhug/GitModel / __repr__

Method __repr__

src/ml_models/topic_modeling/topic_model.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 self.config = config
28
29 def __repr__(self) -> str:
30 return f"TopicModel(config={self.config})"
31
32 def fit_topic_model(self, topic_model, data, embeddings, key="query"):
33 topics, probs = topic_model.fit_transform(data[key].to_list(), embeddings)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected