Installation Guide

Data Science Utils is compatible with py_version. Here are several ways to install the package:

2. Install from Source

If you prefer to install from source, you can clone the repository and install github_release:

git clone https://github.com/idanmoradarthas/DataScienceUtils.git
cd DataScienceUtils
pip install .

Alternatively, you can install directly from GitHub using pip:

pip install git+https://github.com/idanmoradarthas/DataScienceUtils.git

3. Install using Anaconda

If you’re using Anaconda, you can install using conda conda_version:

conda install idanmorad::data-science-utils

Note on Dependencies

Data Science Utils has several dependencies, including numpy, pandas, matplotlib, plotly and scikit-learn. These will be automatically installed when you install the package using the methods above.

Staying Updated

Data Science Utils is an active project that routinely publishes new releases with additional methods and improvements. We recommend periodically checking for updates to access the latest features and bug fixes.

If you encounter any issues during installation, please check our GitHub issues page or open a new issue for assistance.