Libraries tagged by data science
rubix/divorce
443 Downloads
Use the K Nearest Neighbors algorithm to predict the probability of a divorce.
rubix/colors
173 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
jenutka/titanic_php
45 Downloads
An example project that predicts if Titanic passenger survives for a Kaggle competition using a Random Forest classifier.
hyncica/php8-ml
1085 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
qazdcc/php-ml
23 Downloads
PHP-ML - Machine Learning library for PHP
ovg288/php-ml
11575 Downloads
PHP-ML - Machine Learning library for PHP
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.