MLDB Procedures are used to train models, which can then be applied via Functions.
classifier.train
procedure type can train:
svm.train
procedure type can train Support Vector Machines (SVM)probabilizer.train
procedure type can calibrate classifierstensorflow.graph
function type can execute TensorFlow modelskmeans.train
procedure type can train K-Means models svd.train
procedure type can perform Truncated Singular Value Decompositions (SVD)tsne.train
procedure type can perform t-distributed Stochastic Neighbor Embedding (t-SNE)import.sentiwordnet
procedure type can import SentiWordNet models import.word2vec
procedure type can import Word2Vec embeddings tfidf.train
procedure type can train Term-Frequency/Inverse-Document-Frequency (TF-IDF) modelsstatsTable.train
procedure type can assemble tables of counts to assemble count-based featuresfeature_hasher
function type can be used to do feature hashing, which is a way to vectorize features