My first Python library
Project description
Edvins Python Library
My library for personally coded python functions and classes
Might be sorted into topics or courses, not sure yet
Installation
pip install edvinspythonlib
Get started
How to use one of my functions or classes in your own code
# Import one of the modules
from edvinspythonlib import machinelearning as ml
# Call the multiplication method
model = ml.linearRegression()
model.fit(X,y)
model.residualPlot(X,y)
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
edvinspythonlib-0.1.8.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file edvinspythonlib-0.1.8.tar.gz
.
File metadata
- Download URL: edvinspythonlib-0.1.8.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5e53964a08afe0ad1f1a784750506ae30ad49a7f3fba8fc956e8ab66a0fca7e |
|
MD5 | 00eb0831c40760e5fd1db576ba08c56e |
|
BLAKE2b-256 | 5c22b7456faef6eb8afc483aa82f06a0154913600e40cdf77994802fd2235c5c |
File details
Details for the file edvinspythonlib-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: edvinspythonlib-0.1.8-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f77dbb98cf21edd7358ce9395d087150a766c489daf9e2db8c574286a8ebe9e |
|
MD5 | 19e2ae3585b7eb438ff088a465080b70 |
|
BLAKE2b-256 | 40794506b95e44198368ab6479fb4dd9509678857a2da862cf1c3b44d3e492c6 |