Shan Huang

Results 19 comments of Shan Huang

thank you @jbao , we will plan and update the method. ;)

3. Pros and Cons of Bayesian testing and the model we use for Bayes factor

I seems that none of our +1 works

I am also for renaming to "data-loading" because "data-fetching" sounds to me that there will be database interaction under the hood.

I've constructed an example where your greedy algorithm won't work. ;) Given ```items=[10, 10, 20, 20], nbins=2```, the algorithm will compute the following steps: -> [10, 10, 20, 20] ->...

Hi @matthewwardrop thanks for the reply. I've just played around, it seems that ```repo = KnowledgeRepository.for_uri('')``` only works if I pass a local directory to ``````. It returns error either...

@matthewwardrop I see. Thanks a lot!

@matthewwardrop I am also interested in the possibility of db-based repo. Any updates on the documentations ? e.g. the submission process as mentioned by @sryza before. Many thanks!