Cammie King

Results 14 comments of Cammie King

Including the names in the dtype as jdavid suggests does work. This has very poor documentation, though. From readthedocs: > kwargs : list of parameters or dictionary > >Any parameter...

Without knowing the details of the error(s) in compiling, it's not really possible to give any assistance. That said- the issue you linked is having an error compiling c-blosc that...

After digging through the zipline code trying to find what could be happening there that would make installation of bcolz work after installing zipline, I found a comment in the...

> error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ This occurs in the error log 4 times with the link- I'd...

What about [ctable.append](http://bcolz.blosc.org/en/latest/reference.html#bcolz.ctable.ctable.append)? You could create a ctable for each chunk from the dataframes as they come in and append ctable to ctable rather than trying to append and convert...

This is more of a style issue than anything, but would we prefer column-stochastic or row-stochastic matrices here? Column-stochastic preserves the same functionality as the MATLAB version of manopt, but...

@benbjohnson is this a feature you're interested in bolt having?

I can't give you a timeline on this but I'll give the batch implementation a shot!

I know this is pretty old, but I thought I'd comment in case it helps anyone: There are a couple of ways you could improve the ability to scale, but...

Aha- I think I just found them! [Data folder @9a4b053237](https://github.com/cdipaolo/hub-db/tree/9a4b053237cbf29db7c7eebdacb0809f114a5229/data/raw_data). It looks like there were two branches that, between them, had all the data (I'm going to verify this momentarily,...