A Julia machine learning framework
data-science
machine-learning
statistics
pipeline
clustering
julia
pipelines
regression
tuning
classification
ensemble-learning
predictive-modeling
tuning-parameters
stacking
-
Updated
Jan 3, 2022 - Julia
Is your feature request related to a problem? Please describe.
Generally, it's desirable to keep package dependencies as lean as possible. We use
humanfriendly
to parse a strings like "50b", "100kb", and "250mb" and convert them to integer values. We should be able to remove this dependency by implementing theparse_size()
function inutil.py
(see [here](https://github.com/umayrh/sparkt