Package: VectorForgeML 0.1.0

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.zip(r-4.7)VectorForgeML_0.1.0.zip(r-4.6)VectorForgeML_0.1.0.zip(r-4.5)
VectorForgeML_0.1.0.tgz(r-4.6-x86_64)VectorForgeML_0.1.0.tgz(r-4.6-arm64)VectorForgeML_0.1.0.tgz(r-4.5-x86_64)VectorForgeML_0.1.0.tgz(r-4.5-arm64)
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://mohd-musheer.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

3.93 score 2 stars 17 scripts 140 downloads 33 exports 1 dependencies

Last updated from:4fab6b3f11. Checks:11 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE131
linux-devel-x86_64NOTE123
source / vignettesOK165
linux-release-arm64NOTE124
linux-release-x86_64NOTE123
macos-release-arm64NOTE189
macos-release-x86_64NOTE343
macos-oldrel-arm64NOTE182
macos-oldrel-x86_64NOTE293
windows-develNOTE169
windows-releaseNOTE132
windows-oldrelNOTE145
wasm-releaseOK113

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