H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
toNumericVec() currently only parses "normal" ints (1234) and reals (3.14) from a string Vec. Support for scientific notation, and hexadecimal would be useful. Even better would be to accept a format string. This would allow money and percentages to be parsed into numeric forms with fewer munging steps.
toNumericVec() currently only parses "normal" ints (1234) and reals (3.14) from a string Vec. Support for scientific notation, and hexadecimal would be useful. Even better would be to accept a format string. This would allow money and percentages to be parsed into numeric forms with fewer munging steps.