data-partitioners

Partitioner

A Pharo library that enables partitioning of collections into training, validation, and test sets for machine learning and statistical analysis.

Pharo library for partitioning a collection. Given a set of proportions (e.g. 50%, 30%, and 20%), it shuffles the collection and divides it into non-empty subsets in such a way that every element is included in exactly one subset. Can be used in machine learning and statistical analysis for splitting data into training, validation, and test sets.

GitHub

6 stars
4 watching
0 forks
Language: Smalltalk
last commit: almost 3 years ago
Linked from 1 awesome list

data-sciencemachine-learningpharostatistical-analysis

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
pharo-ai/a-prioriAn implementation of the A-Priori algorithm in Pharo to discover frequent itemsets and generate association rules from transaction data.2
pharo-ai/datasetsA Smalltalk library for loading and managing datasets as data frames.9
pharo-ai/ngrammodelA tool for splitting text into sequences of words4
pharo-ai/naive-bayes-classifierA simple implementation of a multinomial Naive Bayes classifier for natural language processing and machine learning tasks1
pharo-containers/containers-hashtableAn implementation of a hash table data structure in Pharo Smalltalk1
pharo-containers/containers-stackA simple implementation of a stack data structure0
pharo-containers/containers-runarrayA Smalltalk class optimized for storing sequences of repeating values1
pharo-containers/containers-orderedsetA data structure providing ordered unique elements with a complete API of Set and OrderedCollection4
pharo-ai/k-meansA Smalltalk implementation of the K-means clustering algorithm3
objectprofile/spy2A profiling framework for Pharo that collects execution statistics and visualizes test coverage7
pharo-contributions/pharo-talentsA Smalltalk library for dynamically adding and removing behavior to objects without modifying classes.23
pharo-ai/tf-idfAn implementation of TF-IDF in Smalltalk for natural language processing and text analysis tasks.3
bouraqadi/pharomiscA collection of reusable Smalltalk libraries and tools for Pharo15
pharo-containers/containers-trieA Smalltalk implementation of a trie data structure used in searching and indexing3
objectprofile/keraswrapperProvides Keras bindings within Pharo, allowing Python-based machine learning models to be used seamlessly in the Smalltalk environment.9