hep
Here are 215 public repositories matching this topic...
-
Updated
Jul 2, 2020 - Shell
Came across this one that can be added as well:
http://cdsweb.cern.ch/record/2259646
-
Updated
Sep 4, 2020 - Go
right now we use "twice_nll" as a fit objective and in the test statistic a simple diffence
twice_nll_constrfit - twice_nll_globalfit
but rather we should just to a NLL fit and in the test stat do
2*(nll_constrfit - nll_globalfit)
this will require updating some test reference numbers in the tests
-
Updated
Feb 29, 2020 - Python
-
Updated
Nov 28, 2019 - Python
I want to reduce the amount of log-spam in the DB logs. Is there a better way of executing the CREATE DATABASE queries? Postgres doesn't have the WHERE NOT EXISTS clause - but it's still possible to check if tables are already present.
I'm not sure where these originate from - heplify-server, homer-app, or some other script.
2020-05-29 04:54:15.076 UTC [1] LOG: received sm
-
Updated
Feb 9, 2020 - Jupyter Notebook
-
Updated
Aug 1, 2020 - Rust
-
Updated
Aug 26, 2020 - Python
We have discussed this at some point but it seems as if LHCbTask is gaining some traction in the collaboration.
The current implementation is pretty opaque. It would be good to overhaul this and try and make it a little bit more usable.
-
Updated
Aug 10, 2020
-
Updated
Aug 31, 2020 - Tcl
-
Updated
Aug 25, 2017 - Jupyter Notebook
The master version of
Is currently invalid json it looks like there may be a copy and paste error at lines 256/257
Using the previous commit works okay, but I think is missing some things :)
-
Updated
Aug 1, 2020 - Python
-
Updated
Sep 3, 2020 - TeX
Current status
plot_roc provides a variety of options for computing and plotting ROC curves, including bootstrap resampling to compute the uncertainty on the ROC AUCs.
Deficiency
Whilst the mean ROC AUCs are displayed, along with their uncertainty, the curves that are plotted are just single lines with no uncertainty. Ideally the uncertainty band coming from bootstrap resamples o
Improve this page
Add a description, image, and links to the hep topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hep topic, visit your repo's landing page and select "manage topics."