Results 77 comments of Oleksandr Frei

Keep this PR open because it is related to pip install feature - which has highest priority among all users requests to BigARTM.

After fix: ``` H:\GitHub\bigartm\bigartm\python>py.test tests/wrapper/test_03_concurrency.py --verbose -s ============================= test session starts ============================= platform win32 -- Python 3.5.2, pytest-2.9.2, py-1.4.31, pluggy-0.3.1 -- C:\Program Files\Anaconda3\python.exe cachedir: .cache rootdir: H:\GitHub\bigartm\bigartm\python, inifile: collected 1...

@JeanPaulShapo I'm not sure how to handle this PR. There are nice ideas in this PR, it would be sad if they are lost forever in unmerged pull request. On...

@r0mainK thanks for reporting this and for linking to more details in your repository. I'll put out our list to implement additional tests for sparse retrieval of theta and phi,...

Hi C API and protobuf messages are quite stable, for few good reasons - (1) it is quite expensive for us in BigARTM to maintain our own Python API if...

@tonytonov @dselivanov (see my previous comment) Also, good news :) We've recently upgraded BigARTM to use protobuf v3.0.0, which supports json serialization. We haven't tried it yet, but I think...

No API yet, but I can make one -- as now I know you are interested) I think the API will be like this: ``` DLL_PUBLIC int ArtmSetProtobufMessageFormatToJson(); DLL_PUBLIC int...

@dselivanov @tonytonov I made better documentation for c_interface and added support for JSON serialization (see PR #663). The documentation is here: http://docs.bigartm.org/en/master/ref/c_interface.html It is still from being complete --- for...

Hi @aleksblock I don't have examples to share, however there was one proprietary project that used BigARTM from C# - so it's possible, and not to much work. Starting point...

Keep this PR open, despite the fact that it is very old. This PR it is related to pip install feature - which has highest priority among all users requests...