Skip to content
#

hep

Here are 224 public repositories matching this topic...

pyhf
systemcrash
systemcrash commented Jun 2, 2020

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
egede
egede commented Nov 23, 2020

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 debug statements that are either in loops or that have expensive evaluation (so just about anything beyond a simple string)
lumin
GilesStrong
GilesStrong commented Jun 8, 2020

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.

Curate this topic

Add this topic to your repo

To associate your repository with the hep topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.