A small package for Introduction to Programming and Machine Learning Course
Project description
pyEmbedsSSSA Package
Package for Introduction to Programming and Machine Learning in Python
Installing pyEmbedsSSSA
pip install pyembeds-sssa
USAGE
- AUTOTESTING ASSIGNMENT
from pyembeds.testing.auto_testing import run_and_test
# Simple Test
def asgn01_01Hello_world():
print('Ciao, mondo!')
run_and_test([], ["Ciao, mondo!"], asgn01_01Hello_world)
- LOAD CAPYTHONE ASSIGNMENT DATA
from pyembeds.data.load_data import load_capythone_data
data = load_capythone_data()
reviews = data['reviews']
positive_word = data['positive_word']
negative_word = data['negative_word']
- LOAD WORDCLOUD ASSIGNMENT DATA
from pyembeds.data.load_data import load_wordcloud_ita_data
data = load_wordcloud_ita_data()
text = data['manzoni']
stop_words = data['stopwords_italian']
- VISUALIZATION FUNCTION
from pyembeds.vis.utils import draw_euclidean_distance
draw_euclidean_distance((20, 10), (5, 0), (5, 20))
Course responsible:
Description:
The course introduces students to programming and data analysis, using python as a reference language.
-
Module 1 Introduces students to the fundamental principles of structured programming with basic applications to data processing
-
Module 2 Introduces the students to the components of typical data analysis processes and machine learning pipelines.
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
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 pyembeds_sssa-0.0.6.tar.gz.
File metadata
- Download URL: pyembeds_sssa-0.0.6.tar.gz
- Upload date:
- Size: 197.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.62.3 importlib-metadata/4.8.2 keyring/23.0.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d6eaade8698d94cab1bf509eb9e9cb0fdb88b4e2e895f59cbb2c8fd76f44a61
|
|
| MD5 |
e037c0799a5bba063795d7254b106c09
|
|
| BLAKE2b-256 |
71ed3a6b9bf153182c0e3504ba02a39e2bc927bd07ba3350ecd6d30f921db45c
|
File details
Details for the file pyembeds_sssa-0.0.6-py3-none-any.whl.
File metadata
- Download URL: pyembeds_sssa-0.0.6-py3-none-any.whl
- Upload date:
- Size: 196.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.62.3 importlib-metadata/4.8.2 keyring/23.0.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d892f375bbe522ba00dd3f946b5bea4e01e2000c0ffd331284c96bdc06c3908a
|
|
| MD5 |
73e8e24dea78815783bd09280a0e0957
|
|
| BLAKE2b-256 |
9168ea4afebff99dacafd56fec3810b09fd7e134f0719fee3f5e5282bae2ae26
|