Skip to content

Instantly share code, notes, and snippets.

View agitter's full-sized avatar

Anthony Gitter agitter

View GitHub Profile
@agitter
agitter / chatgpt-pip-list-output.txt
Created May 25, 2025 13:04
ChatGPT Python packages 2025-05-25
# Try to list all installed Python packages in the current environment
!pip list
STDOUT/STDERR
Package Version
-------------------------- -----------
absl-py 2.2.2
ace-tools 0.0.1
aeppl 0.0.31
aesara 2.7.3
@agitter
agitter / WikiCrow.ipynb
Created December 8, 2023 23:00
wikicrow-unexplored
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@agitter
agitter / sklearn-auprc-v19.ipynb
Created August 16, 2017 18:29
Precision recall curves in scikit-learn version 0.19.0 with ties
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@agitter
agitter / sklearn-auprc-v18.ipynb
Created August 16, 2017 18:28
Precision recall curves in scikit-learn version 0.18.1 with ties
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@agitter
agitter / dirichlet_plots.png
Last active December 28, 2018 11:37 — forked from tboggs/dirichlet_plots.png
A script to generate contour plots of Dirichlet distributions
dirichlet_plots.png
@agitter
agitter / tensorflow_docker_template.sub
Last active July 25, 2023 16:15
Template for running TensorFlow in a Docker container on CHTC compute nodes
############################################################################
#
# Condor job that runs a TensorFlow Docker container.
# Based on http://chtc.cs.wisc.edu/helloworld.shtml and
# http://research.cs.wisc.edu/htcondor/HTCondorWeek2016/presentations/FriThain_Docker.pdf
# and https://www.tensorflow.org/get_started/os_setup#docker_installation
#
# Assumes the job is submitted from the WID pool so
# allow flocking to the CHTC pool.
#
@agitter
agitter / sklearn-auprc.ipynb
Created August 5, 2016 14:56
Precision recall curves in scikit-learn with ties
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.