Skip to content
#

dataset

Here are 2,499 public repositories matching this topic...

Zylatis
Zylatis commented Jun 20, 2019
  • Faker version: 1.0.7
  • OS: Ubuntu 16.04

I was wondering if it is possible to generate a list of 'n' unique company names? I saw some PR's which gave a unique keyword for 'words' but doesn't seem to extend to other providers? I understand i could just keep regenerating and dropping duplicates until I got a unique set of length n, but would be nice to just have a keyword for that (plus this m

wuyuanyi135
wuyuanyi135 commented Nov 20, 2019

Hello,

The tasks api is paginated. I found the pagination is hard-coded in backend code. Do you think there should be a bypass mechanism (e.g. page=-1) that return the full list? Is there any API that I can determine how many pages exist?

kidman99
kidman99 commented Nov 12, 2018

Got the error when running the following code. Is there anything similar to an operator overloading for "<" needed here, or there is a go around way here?

from torchtext.data import TabularDataset
from torchtext import data
from torchtext.vocab import GloVe
from torchtext.vocab import GloVe

tv_datafields = [("id", None), # we won't be needing the id, so we pass in None as the field

colour
KelSolaar
KelSolaar commented Jul 2, 2019

@nick-shaw and I talked about implementing a new colour.RGB_to_YCbCr_matrix definition that would generate the matrices used by the various Y'CbCr flavours, it would eventually be used by the current colour.RGB_to_YCbCr and colour.YCbCr_to_RGB definitions.

It would be beneficial for generating the matrices for usage in other applications and also probably faster.

You can’t perform that action at this time.