Pandas integration with sklearn
Role in this project:
Data Scientist Contributions:17 commits, 1 PR, 1 push in 1 year 10 months
Contributions summary:Paul primarily focused on integrating pandas with scikit-learn. Their contributions include writing tests, updating documentation for installation, and modifying the README to reflect the usage of the library. They also bumped the version number, updated pandas requirements, and implemented grid search capabilities. The user's work involved adapting cross-validation methods and refining the example code for clarity.
pythonsklearnmachine-learningscikit-learnpandas
Facepy makes it really easy to use Facebook's Graph API
Role in this project:
Back-end Developer Contributions:8 commits in 9 days
Contributions summary:Paul primarily focused on modifying the Facepy library to interact correctly with Facebook's Graph API. Their contributions involved adjusting how the `access_token` is passed in POST and DELETE requests, switching from adding parameters to the URL to using the `params` argument. The user also refactored the `get_all` function for paginated results into a more general `get` function and updated related unit tests. These changes aimed to improve the library's functionality and maintainability.
apifacebookgraphreallygraph-api