pybigdata

This python library will eat bigdata.


License
MIT
Install
pip install pybigdata==0.0.2

Documentation

PyBigData

Overview

PyBigData is a Python library for doing amazing things. It provides mathematical functionalities and methods related to Big Data, Machine Learning, Artificial Inteligence, Optimization, Probabilities, Statistics and Linear Algebra

Table of Contents

Installation

You can install PyBigData using pip:

pip install pybigdata

Usage

This is a simple example of how to use this library:

from pybigdata import linear_algebra as LA

data = [[1,2,3],[4,5,6],[7,8,9]]

A = LA.Matrix(data)

print(f"Determinant: {A.det()}")

For more examples and detailed usage, refer to the documents.

Contributing

We welcome contributions! If you want to contribute to the project, please check the Contribution Guidelines.

Issues

If you encounter any issues or have suggestions, please open an issue on GitHub.

License

This project is licensed under the MIT License. See the License file for details.