Metadata-Version: 2.1
Name: Perceptron-pypi-prayaspatnaik21
Version: 0.0.2
Summary: A Perceptron package
Home-page: https://github.com/prayaspatnaik21/Perceptron_pypi
Author: prayaspatnaik21
Author-email: prayaspatnaik21@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/{USER_NAME}/{PROJECT_NAME}/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

# Perceptron_pypi

Perceptron_pypi

## How to use this

```python
from Perceptron.Perceptron import Perceptron

## get X andd y and then below commands
model = Perceptron(eta=eta,epochs=epochs)
model.fit(X,y)
```

# Reference -

[official python docs](https://packaging.python.org/en/latest/tutorials/packaging-projects/)

[github docs for github actions](https://docs.github.com/en/actions/guides/building-and_testing_python#publishing-to-package-registries)

```

```


