Skip to main content

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)
  • TESTING DOWNLOAD FILE FUNCTION
from pyembeds.data.load_data import donwload_file
url = 'https://raw.githubusercontent.com/EMbeDS-education/SNS-IProML2022/main/jupyter/jupyterNotebooks/data/WBCD.csv'
donwload_file(url)
  • 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyembeds_sssa-0.0.7.tar.gz (198.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyembeds_sssa-0.0.7-py3-none-any.whl (197.0 kB view details)

Uploaded Python 3

File details

Details for the file pyembeds_sssa-0.0.7.tar.gz.

File metadata

  • Download URL: pyembeds_sssa-0.0.7.tar.gz
  • Upload date:
  • Size: 198.0 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

Hashes for pyembeds_sssa-0.0.7.tar.gz
Algorithm Hash digest
SHA256 40f4ac10b7bfcee78e48b89090e84eceae2f90130e7529cbc96f1235405459f9
MD5 4461dc6e603ec49a54c0399d727aa9c6
BLAKE2b-256 888365e52caea2a3572614c2e9896cb4716bfcc2223a44f730cd259049448f2c

See more details on using hashes here.

File details

Details for the file pyembeds_sssa-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: pyembeds_sssa-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 197.0 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

Hashes for pyembeds_sssa-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 0a87b136ca9fd99377fe1e77f29b6c2fe4f3c170963d1c8028c7c6ffcab2f2e0
MD5 68bc7c6ab9e1661686ac45f7c223e22c
BLAKE2b-256 11098696b120281571d7f85588acf25df0f180fcb269761de20d405c82cfce63

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page