python syntax tool
Project description
tools-jsyoo61
(tools
package was replaced on 2025.04.28. If you're looking for web scraping tools, visit http://pypi.python.org/pypi/weblib)
Python syntax tools for faster programming. github
jsyoo61@unc.edu
pip install tools
import tools as T
T.save_pickle(data, 'data.p')
data = T.load_pickle('data.p')
Most useful functions are in tools.tools
which is loaded to the main module by default.
API dependent tools are in their corresponding folders: tools.API_name
(i.e. tools.torch.optim
)
Planning to document using chatGPT, Not documented yet, so you'll have to look at documents written inside the codes. (Most codes contain explanation)
I'm happy to discuss questions or suggestions, please contact me via email. :)
1.0.1. (2025.5.1.)
tools.sklearn.metrics.r2_score()
multioutput
argument fixedtools.sklearn.metrics
axis=None returns a single np.float object
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tools-1.0.2.tar.gz
.
File metadata
- Download URL: tools-1.0.2.tar.gz
- Upload date:
- Size: 31.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2493d6cb136a78fcf2dae4c36af0bd35fee066e020dcb5f6a0a4f5b0ec435652
|
|
MD5 |
c7f6c2c959501d8fb9a0249d92746c9c
|
|
BLAKE2b-256 |
f61c9921859cb649253d64b2edca5cf70646a835078d08268dd1ded77a8fd25a
|
File details
Details for the file tools-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: tools-1.0.2-py3-none-any.whl
- Upload date:
- Size: 37.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8b2e6d1f526b04712dcb5c3655a87cc9e034d573758e36b968d81adaee73463e
|
|
MD5 |
be4734046fad454418b02594692ecd02
|
|
BLAKE2b-256 |
249b467ddfc2ccb3f2ae127bfc0ba3db73152862a053a5e00ebc38dadb8e2425
|