Vasiliy Alekseev
Vasiliy Alekseev
* what is `strategy`? is it important or default value is always OK? how to pick up the right one? * what is `tracked_score_function`? is it important or default value...
@Guince suggested making some more or less detailed guide about how one can create a regularizer: * what should one do given M-step * how to test if all correct...

 However, installation from source (`git clone ...` & `pip install .`) works
**Old**: `error_bad_lines` param: ``` if file_type == '.csv': data = data_handle.read_csv( data_path, engine='python', error_bad_lines=False, ) ``` https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/topicnet/cooking_machine/dataset.py#L357 **New**: `on_bad_lines` param https://stackoverflow.com/questions/72210768/read-csv-got-an-unexpected-keyword-argument-on-bad-lines
Hello! Can't download the datasets! Data manager functions `get_info` and `load_dataset` produce some ugly looking `urllib.error.URLError`...
## What is the matter Seems like TopDocuments Viewer assigns each document to one topic only. Even if there are some other topics which are represented well in the document....
## What is the problem There is an error if one uses custom regularizers: ```python # Create some custom regularizer # regularizer = ... topic_model._fit( dataset.get_batch_vectorizer(), num_iterations=10, custom_regularizers={ regularizer.name: regularizer...
Well, the dataset is currently unavailable. It should be fixed — `load_dataset('ruwiki_good')`. ~~Or... it should at least download and tell which way the .txt file lies (so that it would...
K -> k 