mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 21:12:14 -05:00
[PR #728] [CLOSED] Data science and machine learning related additions #657
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/728
Author: @paudan
Created: 9/19/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
ffa1fd6Update README.md03fad78Update README.md9bbbb6cUpdate README.md8545883Update README.mddf075feUpdate README.md📊 Changes
1 file changed (+16 additions, -0 deletions)
View changed files
📝
README.md(+16 -0)📄 Description
Added several interesting projects related to data analysis and machine learning, which I used or tested lately and which were missing from the list (remove them if them exist in late contributions, or move to other sections, if necessary):
Seaborn - data visualization library;
Keras - deep learning library for ANN;
RapydTk - Tk GUI builder tool. Haven't used it, but there aren't many similar tools, so I included it
bcolz - a young project but interesting for big data in-memory storage and analysis
paratext - a library for reading text files over multiple cores
caravel - AirBnB's data exploration platform written in Python
brew - ensemble learning methods in Python
FukuML- simple machine learning library, with focus on kernel methods
jubakit - Python bindings for a Jubatus distributed online machine learning framework
XGBoost - implementation of scalable, portable and distributed gradient boosting algorithm; considering its relevance, just ask any Kaggler :)
PyGMO - evolutionary computing for Python (might be moved to scientific computing section as well)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.