Vasiliy Alekseev

Results 32 issues of 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...

documentation

@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...

documentation

![pn_encdn](https://user-images.githubusercontent.com/15067981/82034085-60bda400-96a6-11ea-9ca0-426182328abd.png)

bug

![pip_install_topicnet_error](https://user-images.githubusercontent.com/15067981/81073534-7259bb80-8ef0-11ea-8f63-5de3f0ec54bc.png) However, installation from source (`git clone ...` & `pip install .`) works

bug

**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

bug

Hello! Can't download the datasets! Data manager functions `get_info` and `load_dataset` produce some ugly looking `urllib.error.URLError`...

bug
Will fix soon

## 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....

enhancement
wontfix

## 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 ![Screenshot_2024-03-15_22-01-29](https://github.com/machine-intelligence-laboratory/TopicNet/assets/15067981/f40a866f-7bff-4fcf-b3fa-21d98d43e60a)

bug
documentation
wontfix