DecisionTree
A simple python implementation of Decision Tree, using Gini index.
Usage:
import DecisionTree
node = DecisionTree.trainDecisionTree(labels, attrs)
result = node.predict(attr)
See also Example.py
A simple python implementation of Decision Tree, using Gini index.
Usage:
import DecisionTree
node = DecisionTree.trainDecisionTree(labels, attrs)
result = node.predict(attr)
See also Example.py
Grank Inspired by this repository. This is a WIP and there will be more functions added in the future. What is Grank? Grank is a feature-rich script t
scanpat Tool for generating Frida Memory.scan() compatible instruction search patterns. Powered by r2. Examples $ ./scanpat.py arm.ks:64 'sub sp, sp,
Skywaters 130nm Technology for KLayout Device Generators Mabrains is excited to share with you our Device Generator Library for Skywater 130nm PDK. It
Dump networkx graph into nodes/relations TSV from neo4jnx.tsv import graph_to_tsv g = pklload('indranet_dir_graph.pkl') graph_to_tsv(g, 'docker/nodes.
Let's renew the puzzle collection. We'll produce a collection of new puzzles out of the lichess game database.
analyze_lnd_htlc Introduction Rebalancing channels is an important part of running a Lightning Network node. While it would be great if all channels c
Macula Experimental python optimistic rollup fraud-proof generation tech by @protolambda. Working on a python version for brevity and simplicity. See
jsonderulo Make sure your 'jason derulo' is featured as the first part of your json data Install: # python pip install jsonderulo poetry add jsonderul
What is this? This is a port of the original JavaScript ULID implementation to Python. A ULID is a universally unique lexicographically sortable ident
A package to aggregate gridded data in xarray to polygons in geopandas using area-weighting from the relative area overlaps between pixels and polygons.
iCal Generator This is a simple python script to generate an iCalendar file for the university classes. Installation Clone the repository git clone ht
streamlit-playground An online streamlit development platform Run, Experiment and Play with streamlit Components Develop full-fledged apps online All
SimpleAutoBurp Python script that takes a config.json file as config and uses Burp Suite Pro to scan a list of websites.
mc3g Monte Carlo simulation of 3G rules This project contains the Python code to do simulations of events according to the 3G rule (in German: "Geimpf
This tool helps is to quickly investigate a huge set of onion sites based by checking its availability which helps to filter out the inactive sites and collect the site title that might helps us to c
This is Cool Utility tools that you can use in python. There are a few tools that you might find very useful, you can use this on pretty much any project and some utils might help you a lot and save
LocalVariable Import the module and create an object of the class LocalVariable. Call the save method with the name and the value of a variable as arg
deprecat Decorator Python @deprecat decorator to deprecate old python classes, functions or methods. Installation pip install deprecat Usage To use th
ArcaeaAutoplay (AutoJS Version) A Python script that transcript Arcaea chart file (.aff file) into AutoJS touchscreen script which automatically plays
Find dependent python scripts of a python script in a project directory.