bt2901

Results 30 issues of bt2901

I'm aware of #194 and your reservations about it. This code was needed for my project anyway, so I figured it would do no harm to PR it. Can we...

The `docs/why/flow-style-removed.md` outlines the reasonable argument for disabling flow-style mappings: * The difference between inline mappings and explicit mappings is confusing. * The curly brackets can denote different things when...

Suppose I have a pipe out of multiple complicated functions: ``` long_computation = (pipe | f1 | f2 | f3 | f4) long_computation(x) ``` It would be cool to provide...

this should fix the large part of #79

We have a number of dependencies which `setuptools` calls "extras": packages that only needed for unlocking additional functionality but not used otherwise. Ideally, we should not require the user to...

documentation
enhancement
discuss

Ideally, each dataset should be available in both forms.

enhancement

Something along the lines of "convert between `Counter` and `vowpal_wabbit`" would be very helpful. Also, maybe we need to store more metadata (such as main modality and co-occurrences) Related code:...

enhancement

Instead of retrieving all documents sorted by `ptd`, retrieve all documents containing any of the following `words` with length between `minlen` and `maxlen`, sorted by `ptd`. That's a simple but...

enhancement
help wanted

There are three points here. 1) The usage of `CommaSeparated(Int())` / `CommaSeparated(Str())` instead of `Seq()` should make files more concise and better readable. More info: https://github.com/crdoconnor/strictyaml/issues/70 2) Build bigARTM-related schemas...

enhancement
help wanted

This project is still heavily WIP, but I thought you guys should be aware of what is happening. Also, I have some questions/issues I want to discuss. So, the idea...