Metadata-Version: 2.4
Name: ind5003
Version: 0.1.1
Summary: Helper utilities for the IND5003 Data Analytics course at NUS
Author-email: Vik Gopal <vik.gopal@nus.edu.sg>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Text Processing :: Linguistic
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE-CODE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: scikit-learn
Dynamic: license-file

The `ind5003` Python package contains functions that are used within the course
textbook for IND5003, which is a foundation course for a
[MSc program](https://scale.nus.edu.sg/programmes/graduate/msc-(smart-industries-and-digital-transformation))
at the National University of Singapore. The updated version of the book can be
found [here](https://singator.github.io/ind5003-book). The functions are a
combination of helpers and utilities, whose source code we did not wish to
include in the book as it was not useful pedagogically.
