Package: VectorForgeML 0.1.0

Musheer Mohd

VectorForgeML: High-Performance Machine Learning Framework with C++ Acceleration

Machine learning utilities for fast vectorized model training. Methods are based on standard statistical learning references such as Hastie et al. (2009) <doi:10.1007/978-0-387-84858-7>.

Authors:Musheer Mohd [aut, cre]

VectorForgeML_0.1.0.tar.gz
VectorForgeML_0.1.0.tar.gz(r-4.7-arm64)VectorForgeML_0.1.0.tar.gz(r-4.7-x86_64)VectorForgeML_0.1.0.tar.gz(r-4.6-arm64)VectorForgeML_0.1.0.tar.gz(r-4.6-x86_64)
VectorForgeML_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
VectorForgeML/json (API)

# Install 'VectorForgeML' in R:
install.packages('VectorForgeML', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mohd-musheer/vectorforgeml/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library

On CRAN:

Conda:

openblascppopenmp

1.23 score 1 stars 17 scripts 145 downloads 33 exports 1 dependencies

Last updated from:69a3e326b3. Checks:6 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK130
linux-devel-x86_64OK130
source / vignettesOK191
linux-release-arm64OK127
linux-release-x86_64OK129
wasm-releaseOK115

Exports:accuracy_scoreColumnTransformerconfusion_matrixconfusion_statsDecisionTreedrop_constant_columnsf1_scorefind_best_kfit_linear_modelKMeansKNNLabelEncoderLinearRegressionLogisticRegressionmacro_f1macro_precisionmacro_recallMinMaxScalermseOneHotEncoderPCAPipelineplot_confusion_matrixprecision_scorepredict_linear_modelr2_scoreRandomForestrecall_scoreRidgeRegressionrmseSoftmaxRegressionStandardScalertrain_test_split

Dependencies:Rcpp

Readme and manuals

Help Manual

Help pageTopics
Accuracy Scoreaccuracy_score
Column TransformerColumnTransformer ColumnTransformer-class
Confusion Matrixconfusion_matrix
Confusion Matrix Statisticsconfusion_stats
Decision Tree ModelDecisionTree DecisionTree-class
Drop Constant Columnsdrop_constant_columns
F1 Scoref1_score
Find Best Kfind_best_k
Fit Linear Model (Fast C++ backend)fit_linear_model
KMeans ClusteringKMeans KMeans-class
K-Nearest Neighbors ModelKNN KNN-class
Label EncoderLabelEncoder LabelEncoder-class
Linear Regression ModelLinearRegression LinearRegression-class
Logistic Regression ModelLogisticRegression LogisticRegression-class
Macro Precisionmacro_f1
Macro Precisionmacro_precision
Macro Precisionmacro_recall
Standard ScalerMinMaxScaler MinMaxScaler-class
Mean Squared Errormse
One Hot EncoderOneHotEncoder OneHotEncoder-class
Principal Component AnalysisPCA PCA-class
PipelinePipeline Pipeline-class
Plot Confusion Matrixplot_confusion_matrix
Precision Scoreprecision_score
Predict Linear Modelpredict_linear_model
R2 Scorer2_score
Random Forest ModelRandomForest RandomForest-class
Recall Scorerecall_score
Ridge Regression ModelRidgeRegression RidgeRegression-class
Root Mean Squared Errorrmse
Softmax Regression ModelSoftmaxRegression SoftmaxRegression-class
Drop Constant ColumnsStandardScaler StandardScaler-class
Train Test Splittrain_test_split