PrajaktaSathe / Python

Features small Python projects. You are welcome to contribute here!
MIT License
27 stars 45 forks source link

Titanic Survival Prediction #99

Open harshaparida opened 1 month ago

harshaparida commented 1 month ago

This project is done by Logistic Regression algorithm.

What does this PR do?

(Provide a description of what this PR does.) This is a project based on the implementation of Logistic Regression algorithm

Related PRs and Issues is any

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines?

Is the code your own?

Is your code in proper folder and proper subfolder?

Have you made or updated corresponding README.md file in the folder?

Is the code beautified?

Is the code clear to understand woth proper variable naming and comments?