Karthik Velayutham

Results 73 comments of Karthik Velayutham

@aregm What exactly is this referring to? Edit: I didn't have ZenHub, but I can see it now.

I was able to create the dataset used: [test.csv](https://github.com/modin-project/modin/files/9570090/test.csv) Unfortunately, it looks like both `df_equals` statements are now failing. For the first check we get this: ``` DataFrame.iloc[:, 0] (column...

@jbrockmendel what were you thinking of using shared memory for specifically?

@devin-petersohn what's the status of this issue?

Hmmm....I don't know how I feel about this. I liked the discipline of having associated issues with a PR. It decoupled the problem and the solution quite nicely. What I...

@mvashishtha I've found that having discussions for FEAT in a separate issue usually helps bring a discussion and give light to some motivating examples (at least in my experience). I...

@jbrockmendel yeah it's a little annoying, but I think it's worth keeping the discipline for now. Maybe as the project grows we can think about relaxing this requirement.

@anmyachev do we need any of the scripts in `ci/teamcity`? I don't even think we use jenkins anymore?

Is this a feature we want to support as part of Modin directly? Isn't k-means something that is more specific to a user's implementation as opposed to something we need...