Metadata-Version: 2.1
Name: screeplot
Version: 0.0.1
Summary: Scree plot For Better Analyis the PCA
Home-page: UNKNOWN
Author-email: ranjitmaity95@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown


# Scree Plot

In multivariate statistics, a scree plot is a line plot of the eigenvalues of factors or principal components in an analysis. The scree plot is used to determine the number of factors to retain in an exploratory factor analysis (FA) or principal components to keep in a principal component analysis (PCA)

## installation
- command Prompt - pip install screeplot
- Jp notebook  - ! pip install screeplot


## Use
- import screeplot as sp
- sp.scree_plot(x)
## Authors

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


## Demo

![demo](https://github.com/RanjitM007/Images/blob/main/output.png?raw=true)



