mnarayan

Results 29 comments of mnarayan

Also regarding boxQP, I'm not as familiar with python ecosystem but quadprog https://github.com/rmcgibbo/quadprog and qpsolvers come to mind as possibilities https://github.com/stephane-caron/qpsolvers. Have you used any of these? Any thoughts on...

The compilation has primarily been tested on Linux/Mac operating systems. Can you give more information about what c libraries and operating system you are using? On Thu, Nov 24, 2022,...

Thanks @kaczmarj. We will look into this.

Two things to note: - I have seen a couple of versions (1.1) and (1.2). Will revisit and check what is current. - There is no path mode in big...

Given the new availability of [networkx-metis](https://github.com/networkx/networkx-metis), instead of using the C++ bigquic implementation which is very mpi/high performance computing focused, an alternative is to implement covariance screening approach using networkx-metis...

@jasonlaska Does this mean we still have to do some artificial thresholding? I'll take a look at this again too.

So I have at least one potential clue regarding numerical issues. They might be related to using 3-fold CV. Using `cv=(3,10)` gives the following support ``` array([ 1.04618665e+00, 0.00000000e+00, 0.00000000e+00,...

This is definitely an example not a core feature. But it needs to handle some issues relating to dealing with multiple subjects/networks. The expectation of the output is that sparse...

Hi @dpisner453. I think the issue of whether individual graphs are comparable or not depends on a) The kinds of individual level and population level statistical models assumed b) The...