Designed multible mahcine learning algorithms to predict people infected with AIDS based on Aids dataset.
Cleaned the dataset from all duplicate rows and unnecessary features.
Encode words in the dataset into numbers to the computer can understand so the result (infected) was 0 and that no
infection or 1 and that is infected.
I caculated the diffrence between gender and (age or if he takes drugs or etc..).
Applied multible machine learning algorithms like Logistic Reggression, DecisionTree and Linear Regression.