David Angeles-Albores

Results 13 comments of David Angeles-Albores

`dummyDS` is a vector of integers (0, 1 and 2) extracted from a pandas DataFrame using the .values call.

dummyDS.dtype is int64.. I sliced out the first values of the `dummyDS` variable: `otu.dummyDS.values[:10] = array([1, 2, 2, 1, 2, 1, 2, 1, 1, 1])` I made up some endog...

I figured `initialize` was not required, but the docs could be better written to reflect this. As it stands, `initialize()` reads like the `StandardScaler()` from `sklearn`. Thanks for the help!

Yeah, I wasn't thinking when I called `initialize`. However, it is now concerning to me that `initialize` is described purely as a normalization, yet calling it twice results in an...

Ack, my reading skills suck, and this is a sign I should probably lay off of this now. > initialize() | Preprocesses the data for MNLogit. I interpreted this as...

I'm getting the exact same issue, but ulimit is 65536. Any idea what might be causing this?

Hey! Thanks for answering so quickly. I'm on a Debian Red Hat system. I have 287 read groups.

Ah, a further check reveals that the software I'm using was last compiled on 2016-05-25. I will reclone the repo and see if this fixes anything

OK, I've recompiled, and the error is still the same.

Hey, sorry, I was traveling with limited access to internet. Here's my output from ulimit -a: ``` core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling...