Lingze

Results 10 issues of Lingze

## Description .py scripts can be run in terminal directly. It is more user-friendly.

enhancement

## Description The example in Introduction docs is too long and complex. Many settings can be wrappered into a default configuration, such as epoch, batchsize, optimizer, etc. users can custom...

feature

Challenge 2 descirbe a situation > Say that some replica group G3, when transitioning to C, needs shard S1 from G1, and shard S2 from G2. We really want G3...

I have this annotation ```go // @Param includeSections formData []string true "The ID of selected sections, empty for all sections" ``` and I execute `swag init`. It will raise error...

I have this annotation ```go // @Param includeSections formData []string true "The ID of selected sections, empty for all sections" ``` and I execute `swag init`. It will raise error...

# The design of Cohort Query Processing ### The Pattern of Cohort Execution Refering to the Paper of [Cohona](http://www.vldb.org/pvldb/vol10/p1-ooi.pdf), we can break down a complete cohort query into five sub-query,...

enhancement
structure-adjust

Create an issue and submit a corresponding PR for each one. 1. need to add the logic to check the meta chunk to speed up the query processing. 2. remove...

structure-adjust

We want to generate cohort query from `sogamo` dataset for cohortQueryProcessing unittest. Through some simple data analysis, there some problems. we found that: In `sogamo` dataset, there are only 4...