Metadata-Version: 2.1
Name: findr2
Version: 0.0.1
Summary: With This Library You Can Find The Best Random State For Your Model 
Home-page: UNKNOWN
Author-email: ranjitmaity95@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown


# Find Best Random state  for a model

To find a  Best random state for a model,Regerssor wise .Ity will help you Lot ,simpoly just pass your  below data
- Regerssor name(alias of your Regerssor name)

- x -> the independent variable

- y -> the dependent variable


## Installation
```python
! pip install findr2
```

## Import
```python
from findr2 import find_max_r2
```
## Authors

- [@Ranjit Maity](https://github.com/RanjitM007)



