-
It would be better, if it is possible to add the mapped headers for specific heading tags in a file. i.e. the required-headers can order the heading with specific header name, like wise the mapped hea…
-
The traits can be extended with additional methods that yield the difference and symmetric difference between two ordered iterators. The union is already handled by `outer_join`, and the intersection …
-
When I run text_recognition_demo.py with parameters gpu=-1(that is cpu), it can return the results.
But if I set gpu=0, there is something wrong.
The error is
`
ValueError:numpy and cupy must not …
-
`def rescale( reward, rollout_num=1.0):
reward = np.array(reward)
x, y = reward.shape
ret = np.zeros((x, y))
for i in range(x):
l = reward[i]
rescalar = {}
…
-
As you know, Stata basically stores value-labeled data as a vector of integers or doubles, not necessarily an ordered sequence starting at `1`, and a `Dict` going from `Int => String`.
Accessing t…
-
**Describe the bug**
The compute_statistics method of glue calculates categorical values in a dataset instead of resulting in a NAN.
**To Reproduce**
Call dataset.compute_statistic(....) on a dat…
-
I had this use case and wondered if it'd be relevant as a {dm} utility
Given an unknown data frame, what columns could form a primary key ?
I have an implementation here for local data frames b…
-
Currently qualified keywords are used internally.
They are needed for spec, and I thought I might be able to take advantage of being able to dispatch on a globally unique key with no further conte…
-
Creating a ticket for further discussion of the following from @ASuciuX on Slack:
> Hello, I had a sync with Jeff. Basically from the profiling data TupleData::from_data() and the BTreeMap ops insi…
-
Add link from the top of the home page to the section where the routes are listed by state. This is embarrassing but I did not realize that this section of the page existed. I ended up using the map …