Ian Lin
Ian Lin
and why is it called `query_vector`? I think `action_probability` or something like this is better.
1. For Python < 3.4, you can use [pathlib2](https://pypi.org/project/pathlib2/), but I don't think that is the best practice. BTW, I think `Path.resolve()` should be called by the user, but not...
I can use poetry to install nimbusml 1.8.0 now, but the PR is not merged and `sys.version_info` is still used.
The `Windows Py35` pipeline failed when installing `enum`. I have tried to install my version of nimbusml using Python 3.5.7 with pyenv and ubuntu 18.04. The result is correct and...
After a few hours of investigation, I found that the environment marker syntax I used may be wrong in the Py35 environment. Luckily, after upgrading `setuptools`, the problem is resolved....
@ganik Could you take a look at this old PR?
@pieths Could you take a look at this old PR? Thanks.
Thanks for the advice. This is doable, but we need some design to make this general and intuitive enough. My first thought is adding a parameter `list_index_types` to define when...
Because there is no further feedback about the design, and it seems to be the most requested feature, I will implement it according to my last comment. Not sure about...
@ysfchn , thanks for your suggestion. I have considered making the key as a special object. It is one of the most feasible idea in my mind. It's great to...