GitXplorerGitXplorer
a

Lung-Cancer-Diagnosis

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
c618e5ba0a17a1505ed49c0c1f0406c827df6bc3

Add files via upload

aarpi5191 committed a month ago
Verified
91d9da07f405f2d8a81359e1732a3f8bdb8c4dc4

Add files via upload

aarpi5191 committed a month ago
Verified
6a9744d19b01ff380d670424d40eb3b60d036ce6

Add files via upload

aarpi5191 committed a month ago
Verified
4c00387173cc05731f135a88f65a09069ac2dcb4

Add files via upload

aarpi5191 committed a month ago
Verified
d86a4999d43d1579ede151e29687396b22964e2d

Update README.md

aarpi5191 committed a month ago
Verified
8b5d67e7fc669dc2b7f59e6e851f2d731b3baff8

Update README.md

aarpi5191 committed a month ago

README

The README file for this repository.

Lung-Cancer-Diagnosis

Implement Logistic Regression, Support Vector Machine, and Random Forest Classifier models on a lung cancer dataset to predict whether each patient has lung cancer based on their characteristics, after performing feature engineering. Verify the results of the models using cross-validation. Analyze the relevance of all features in the dataset for determining the lung cancer diagnosis. Lastly, conduct t-tests to identify the most effective model for the dataset. The dataset was obtained from Kaggle.

Instructions:

  1. Download the Lung_Cancer.csv dataset and upload it to a platform like Jupyter Notebook or Google Colab.
  2. Download the 09_615_Project.ipynb notebook and upload it to the same platform.
  3. Run the 09_615_Project.ipynb notebook to perform the analysis, including feature engineering, model evaluation, cross-validation, feature relevance assessment, and identification of the best model.