Metadata-Version: 2.4
Name: numpyUtilsUpdated
Version: 0.0.8
Summary: A collection of numpy utilities for data analysis and manipulation.
Project-URL: Homepage, https://github.com/nani-here/numpyUtilsUpdated
Project-URL: Issues, https://github.com/nani-here/numpyUtilsUpdated/issues
Author-email: Nani bolthe! <neku.enduku2005@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# numpyUtilsUpdated

A comprehensive collection of utility functions designed to enhance your NumPy workflows. This module provides a range of tools to simplify common NumPy operations, improve code readability, and boost your productivity when working with numerical data in Python.

This module provides questions and Python codes for ML lab sets.

## Install Module

```bash
pip install numpyUtilsUpdated

then import like this:

```bash
import numpyUtilsUpdated as nup

the module will give further instructions

```bash
pip install numpy pandas scikit-learn statsmodels matplotlib seaborn scipy
