About | Execution | Contributing | Collaborators
Project developed for assessment 1 of the subject Advanced Topics in Computational Intelligence, lectured by Professor Brian Varjão, in the Computer Engineering course at SENAI CIMATEC.
In this Project we use a dataset made up of short texts describing technologies that are discussed in stackoverflow questions and classified as "Language and Framework" (0), "Tools" (1), "Platform" (2).
The aim is to develop a genetic algorithm for selecting attributes from the dataset and achieve a better evaluation than using Select KBest.
This repository includes everything from exploratory data analysis to the evaluation of results.
Read the file Instructions. You can use the google colaboratory directly on the files.
You need to take the following steps:
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature; - Commit your changes:
git commit -m 'Commit message'; - Push to your branch:
git push origin my-feature.
Once your pull request has been merged, you can delete your branch.