Metadata-Version: 2.1
Name: pypi-package-creation-arjunaju123
Version: 0.0.4
Summary: It's an implementation of perceptron
Home-page: https://github.com/arjunaju123/pypi_package_creation
Author: arjunaju123
Author-email: 54721arjun@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/arjunaju123/pypi_package_creation/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Pypi_package

## How to use this

```python
from perceptron_pypi_package.perceptron import Perceptron

##Get X and y then use below commands
model = Perceptron(eta=eta, epochs=epochs)
    model.fit(X, y)

```

## Reference
[Official python docs](https://packaging.python.org/tutorials/packaging-projects/)

[Github docs for github actions](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries)

