cm=confusion_matrix([[10,20],[30,3]])
cm.set_classname(["Lion", "Tiger"]) # You can set the class name.cm.set_title("Lion or Tiger?") # You can set the title.
the input of the confusion_matrix must be two-dimensional array
Python list or numpy array are both allowed
You can set the name of the class and title.
define palette object
pset=palette(size=5, color="blue")
size = the quality and size of output confusion matrix image
color = the color of confusion matrix. (Now only blue is supported)
A pretty quick and simple interface to paramiko SFTP. Provides multi-threaded routines with progress notifications for reliable, asynchronous transfers. This is a Python3 optimized fork of pysftp with additional features & improvements.
Pretty Tensor provides a high level builder API for TensorFlow. It provides thin wrappers on Tensors so that you can easily build multi-layer neural networks.
A pretty much useless application that allows you to shut your computer down in x time with a GUI. Should eventually support Windows (all versions), Linux (v2.0+), MacOS (probably with Linux, idk)
DependConfusion-X Tool is written in Python3 which allows security researcher/bug bounty hunter to scan and monitor list of hosts for Dependency Confusion.