A package to print ML/Matplotlib code snippets for copy-pasting.
Project description
skit-matploty Package
A simple package to print common ML/Matplotlib code snippets to the console for easy copy-pasting.
How to Install (for development)
- Navigate to the
skit-matploty-projectroot folder. - Run:
pip install -e .
(The -e makes it "editable," so changes you make are reflected immediately).
How to Use
Open a Python interpreter (or a Jupyter Notebook) and run:
import skit_matploty as skm
# Print the code for EX-1 (EDA)
skm.print_ex1()
# Print the code for EX-2 (Preprocessing)
skm.print_ex2()
# Print the code for EX-3 (Linear Regression)
skm.print_ex3()
# Print the code for EX-4 (Classification Pipeline)
skm.print_ex4()
# Print the code for EX-5 (Naive Bayes)
skm.print_ex5()
# Print the code for EX-6 (Random Forest Regressor)
skm.print_ex6()
# Print all snippets at once
skm.print_all()
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
skit_matploty-0.1.0.tar.gz
(5.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skit_matploty-0.1.0.tar.gz.
File metadata
- Download URL: skit_matploty-0.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e2e875895677422c05056ef7c56e2c30cf72e98e88a9d9176f1f33438f5e5a2
|
|
| MD5 |
e03d04da28202eda37c2a310a8bdc182
|
|
| BLAKE2b-256 |
4513c1a64051d944ad4b100a7db87c4acb84be630369d7f72f2157d9c02ccc0c
|
File details
Details for the file skit_matploty-0.1.0-py3-none-any.whl.
File metadata
- Download URL: skit_matploty-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
154761153bb1c51e3aac841ff28c261ab5d137dade29dcbd9a0e3c8576a6f449
|
|
| MD5 |
b6c51b9f27e3068e191a9adbd6078071
|
|
| BLAKE2b-256 |
6db808cecc37795ae2e3f6de7df64fbf9d4b67fce7a487cbc754619184faee69
|