New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tdub

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tdub

tW analysis tools.

0.0.79
PyPI
Maintainers
1

tdub

Actions Status Documentation Status PyPI Python Version

tdub is a Python project for handling some downstsream steps in the ATLAS Run 2 tW inclusive cross section analysis. The project provides a simple command line interface for performing standard analysis tasks including:

  • BDT feature selection and hyperparameter optimization.
  • Training BDT models on our Monte Carlo.
  • Applying trained BDT models to our data and Monte Carlo.
  • Generating plots from various raw sources (our ROOT files and Classifier training output).
  • Generating plots from the output of TRExFitter.

For potentially finer-grained tasks the API is fully documented. The API mainly provides quick and easy access to pythonic representations (i.e. dataframes or NumPy arrays) of our datasets (which of course originate from ROOT files), modularized ML tasks, and a set of utilities tailored for interacting with our specific datasets.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts