3. Research Methodology
In this proposed study we design a step-by-step methodology for lung cancer classification based on clinical evidence. The following points are our methodology steps.
  1. In first we select data from UCI. Which lung cancer data set. Also, selecting the python language for our data analysis.
  2. Next, we import data set into language by using specific libraries. That is using for data reading and writing.
  3. Now performing data preprocessing techniques to identify missing and duplicate values in data.
  4. After data cleaning performing label encoding to convert categorical data to numerical for our model.
  5. Then creating a graphical presentation of data by using data visualization techniques to understand data.
  6. Now divide data set dependent class and independent classes.
  7. This step is very important to normalize data for the algorithm.
  8. After data normalization we applying our proposed machine learning supervised model.
  9. Generating classification and prediction results from the supervised algorithm.
  10. Now it is important to calculate the performance of our model.
  11. Second, last, we identifying how much our result are accurate by evaluation and validation results.
  12. Comparing our results with existing research work.

3.1 Proposed Solution