Skip to content
python logo

Python

Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

Here are 39,198 public repositories matching this topic...

arnonmoscona
arnonmoscona commented Mar 25, 2019

Description

When using RabbitMQ, the confirm_publish argument to the transport layer defaults to False (this is the default of py-amqp). When RabbitMQ is stressed (hit the memory high water mark, or out of disk space) it would start dropping messages. When confirm_publish is False this results in silent message loss when invoking Celery tasks (publish side). Calls to apply_async() o

rishig
rishig commented Oct 5, 2019

This should be a pretty fast change. See 052e3e1540cb2912773652267946a3995df6cbbe for how we did it on the admin side.

The main thing to verify is how slack guests appear in slack exports. My guess is it's something like is_restricted (multi-channel guest) and is_ultra_restricted (single-channel guest) but it's just a guess.

When done we should remember to update the Caveats section of

scapy
gpotter2
gpotter2 commented Jul 21, 2019

Project "Hinty" aims at adding Type hints to Scapy. It will help discover bugs, improve the API, and make Scapy up-to-date with the high standards of Python libraries.

Implementation

We use mypy to ensure automatic testing of the work that has already been completed. PRs that fall under project Hinty will process one (or a few) files and register them into the checks. The file

Henlam
Henlam commented Jul 2, 2019

Hello,

first and foremost, thank you for building this wrapper it is of great use for me and many others.

I have question regarding the evaluation:
Most outlier detection evaluation settings work by setting the ranking number n equal the number of outliers (aka contamination) and so did I in my experiments.

My thought concerning the ROC and AUC score was:

  1. Don't we have to to rank th
You can’t perform that action at this time.