-
Updated
Sep 24, 2020 - Shell
hep
Here are 224 public repositories matching this topic...
Came across this one that can be added as well:
http://cdsweb.cern.ch/record/2259646
Description
As first brought up in PR #1125, pyhf.writexml and pyhf.readxml are not currently documented in the public Python API docs. This should get fixed.
-
Updated
Dec 13, 2020 - Go
-
Updated
Dec 10, 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
Oct 21, 2020 - Jupyter Notebook
-
Updated
Nov 26, 2020 - Python
-
Updated
Dec 2, 2020 - Rust
In several places of the code, there are debug calls to the logger that are inside loops and/or cause expensive evaluations. As the statement is fully evaluated whether or not the log message is printed this is poor practise. The following needs to be done
- Identify
debugstatements that are either in loops or that have expensive evaluation (so just about anything beyond a simple string)
-
Updated
Nov 11, 2020
-
Updated
Dec 14, 2020 - Tcl
-
Updated
Aug 25, 2017 - Jupyter Notebook
-
Updated
Dec 7, 2020 - Python
-
Updated
Dec 12, 2020 - TeX
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 :)
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."