Skip to main content

This python library will eat bigdata.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybigdata-0.0.2.tar.gz (14.1 kB view hashes)

Uploaded Source

Built Distribution

pybigdata-0.0.2-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page