-
I want to run the toolbox (ak8+puppi+Softdrop) twice, each with a different pfCandidates collection as input. As far as I can tell, this is not currently going to work, since both collections would en…
-
Hi @soares-santos Great to see you the other day, thanks for agreeing to help with the white paper internal review :-) It would be great if you could take a look at the Gravitational Wave Sources Sec…
-
Hi:
I use the `sklearn.discriminant_analysis.LinearDiscriminantAnalysis` to handle multi-class classification problem. When I want to analyze the result of resulting model, I find there is no mention…
-
As @deanm suggested here: https://github.com/paperjs/paper.js/issues/1074#issuecomment-239798954:
We could benefit from a better system of classification of cubic curves. This issue is created to t…
lehni updated
7 years ago
-
Use a nice SEM image. Find the relation gratio=f(diameter) (try to find refs in literature also).
Then use this relation to find myelin thickness of each axon.
We will use this relation in case of ba…
-
I noticed that #5092 did not make it into the refactored code in `discriminant_analysis.py` (line 58).
cbrnr updated
8 years ago
-
Hi,
I'm not reporting a bug in the code, but rather something that might be an error in the doc. I also opened a question on SO.
I'll copy/paste it here and give additional details:
# TL;DR
To plot…
-
Multiple times recently, while looking at #36799, I have wanted to know exactly how a type is laid out in memory, including padding and unused bytes. Particular for enums where the variants can vary s…
-
This surfaces the discussion in #5216. Here are some precision differences than @JPFrancoia and I are looking at:
``` python
import numpy as np
from sklearn.discriminant_analysis import LinearDiscrim…
-
I have just installed openface:
``` python
git clone https://github.com/cmusatyalab/openface.git
cd openface
pip2 install -r requirements.txt
python2 setup.py install
```
And I tried to run the test…