A collection of algorithms for scalable data science
Project description
ALIS: Algorithmic Library for Scalability
ALIS: Algorithmic Library for Scalability is a Python package and a good accompanying reference for Leskovec, Rajaraman, and Ullman's Mining of Massive Datasets. This book currently covers topics from Chapters 3 through 5, and Chapter 10 of the reference.
This book provides:
- Additional mathematical and code examples
- Additional exercises both theoretical and practical
- Re-useable API for scalable data mining
ALIS is inspired by the Dive into Deep Learning interactive book with code, math, and discussion.
Installation
ALIS was built using a Python version of 3.8.12. To install the package, perform the following steps:
- Clone the
alis
github repository
https://github.com/phdinds-aim/alis.git
- Install the environment or the requirements file via conda or pip
Installation of required libraries via pip
pip install -r requirements.txt
Installation of required libraries via conda
conda env create -f environment.yml
conda activate alis
- Install the
alis
package as an editable source.
pip install -e .
Done! 🎉 The alis
package is now installed in your machine.
Authors
ALIS is proudly made by the Asian Institute of Management's PhDinDS batch 2024
- Leodegario Lorenzo II
- Michael Dorosan
- Joseph Christian Noel
- Antonio Briza
- Ranzivelle Marianne Roxas-Villanueva
with supervision of our Professor Christian Alis, PhD.
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
File details
Details for the file python-alis-0.1.0.tar.gz
.
File metadata
- Download URL: python-alis-0.1.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a960c15ad0daf4cf58c79dad27cf30ddcaf6419964d35126cf0cb8ad52641e36 |
|
MD5 | 43c5ca1f9198828ff594a7cac21ca1f7 |
|
BLAKE2b-256 | 8c3570cbab5e8370e205325367a475396f8616b1cb99db6fa82682779dbdfed9 |