Libraries tagged by data science
rubix/dota2
182 Downloads
Build a classifier to predict the outcome of Dota 2 games with the Naive Bayes algorithm and the results of 102,944 sample games.
rubix/credit
201 Downloads
An example project that predicts the risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset of credit card customers.
qazdcc/php-ml
23 Downloads
PHP-ML - Machine Learning library for PHP
ovg288/php-ml
11542 Downloads
PHP-ML - Machine Learning library for PHP
jenutka/titanic_php
36 Downloads
An example project that predicts if Titanic passenger survives for a Kaggle competition using a Random Forest classifier.
coral-media/php-ml
42 Downloads
PHP-ML - Machine Learning library for PHP
sleiman/addcontext-php
9 Downloads
PHP wrapper to connect with AddContext.io API and save context snapshots based on events/actions
mpescador1/php-mt
6 Downloads
PHP-ML - Machine Learning library for PHP
datadistillr/drill-sdk-php
1016 Downloads
PHP SDK for programmatically connecting to Apache Drill.
causalfunnel-datascience/persona
0 Downloads
Predicting buying intent in the post cookie world!
yousafsyed/algorithms
18 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.