Analyzing Codeup alumni quotes. Run a sentiment analysis on each individual alum's profile quote and see who's hired or not. Cutoff 613/4/5.
Written in Python 3. Run in Jupyter notebook.
Ednalyn C. De Dios – @ecdedios
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/ecdedios/avoid-failure/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request