Removed typos and improved the sentence structure of README.md #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Made multiple changes such as removed typos and improved on the sentence structure for better understanding.
Some of the changes made:
(21) Prediction of the final grade -> To predict the final grade
(24) Given a dataset containing attribute of 396 Portuguese students where using the features available from dataset and define classification algorithms to identify whether the student performs good in final grade exam, also to evaluate different machine learning models on the dataset. -> Given a dataset containing information about 396 Portuguese students, define classification algorithms based on the data available to identify if the student performs good in final exam. Also, evaluate different machine learning models using the dataset.
(27) This data approach student achievement in secondary education of two Portuguese schools. -> The dataset includes information about students acquiring secondary education from two Portuguese schools.
(64) Without getting any support on the course domain and its complexity, it may demotivate a student and can be the cause to withdraw the course. -> Getting zero support on a course’s domain and its complexity can demotivate a student and lead to withdrawal.
Many more minor adjustments were made to improve on the sentence structure. Also, some extra commas and brackets were removed.