Text Analytics¶
TFIDF¶
|
[Beta Version] Create tfidf representation of documents. |
Methods:
|
Draws the model's contour plot. |
Returns the SQL code needed to deploy the model. |
|
|
Checks whether the model is stored in the Vertica database. |
Drops the model from the Vertica database. |
|
|
Exports machine learning models. |
|
Applies basic pre-processing. |
|
Returns the model attributes. |
|
Returns the matching index. |
Returns the parameters of the model. |
|
Returns the first available library (Plotly, Matplotlib, or Highcharts) to draw a specific graphic. |
|
Returns the model Vertica attributes. |
|
|
Imports machine learning models. |
|
Registers the model and adds it to in-DB Model versioning environment with a status of 'under_review'. |
|
Sets the parameters of the model. |
Summarizes the model. |
|
|
Exports the model to PMML. |
|
Returns the Python function needed for in-memory scoring without using built-in Vertica functions. |
|
Returns the SQL code needed to deploy the model without using built-in Vertica functions. |
|
Exports the model to the Frozen Graph format (TensorFlow). |
|
Transforms input data to tf-idf representation. |
Attributes:
Count Vectorizor (Beta)¶
|
Creates a Text Index that counts the occurences of each word in the data. |
Methods:
|
Draws the model's contour plot. |
|
Returns the SQL code needed to deploy the model. |
|
Checks whether the model is stored in the Vertica database. |
Drops the model from the Vertica database. |
|
|
Exports machine learning models. |
|
Trains the model. |
|
Returns the model attributes. |
|
Returns the matching index. |
Returns the parameters of the model. |
|
Returns the first available library (Plotly, Matplotlib, or Highcharts) to draw a specific graphic. |
|
Returns the model Vertica attributes. |
|
|
Imports machine learning models. |
|
Registers the model and adds it to in-DB Model versioning environment with a status of 'under_review'. |
|
Sets the parameters of the model. |
Summarizes the model. |
|
|
Exports the model to PMML. |
|
Returns the Python function needed for in-memory scoring without using built-in Vertica functions. |
|
Returns the SQL code needed to deploy the model without using built-in Vertica functions. |
|
Exports the model to the Frozen Graph format (TensorFlow). |
Creates a vDataFrame of the model. |
Attributes: