Synopsis: Loan Prediction Stsyem
Synopsis: Loan Prediction Stsyem
BACHELOR OF ENGINEERING
IN
● Logistic regression still has its limitations, and it requires a large sample
of data for parameter estimation. Logistic regression also requires that
the variables be independent of each other otherwise the model tends
to overweight the importance of the dependent variables.
The training data set is now supplied to the machine learning model, on the basis
of this data set the model is trained. Every new applicant details filled
at the time of application form acts as a test data set. After the operation of
testing, the model predicts whether the new applicant is a fit case for approval
of the loan or not based upon the inference it concludes on the basis of the
training data sets.
2.3 Architecture Specifications
3. Software Requirements
●Jupiter Notebook
●Python
●NumPy
●Pandas
●Sckit learn
●Matplotlib
●AWS sage Maker
●S3 Bucket
●EC2 instance
4.System design
4.1 Data flow diagram:
4.2 Low-Level Design
Why do we need loan prediction?
THANKS