Data & Schemas Knowledgebase
A solid data foundation leads to analytics. Build that foundation here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Getting Started with R in Incorta Notebook

Overview R is a popular language in Data Science.  Incorta supports creating materialized views (MV) with R. Your first Spark Program The minimum requirement for creating an MV includes the following: # Read data from Incorta into Spark df <- read(...

SparkR.png
dylanwan by Employee
  • 830 Views
  • 0 comments
  • 0 kudos

Use SparkSQL with SparkR

Overview In this recipe, you’ll learn how to run SQL queries from SparkR. After using the read() Incorta Notebook extension function to load data in Incorta Notebook, the data is in a SparkR DataFrame. You can use sql() to write SQL queries after cr...

Screen Shot 2022-04-05 at 4.00.41 PM.png
suxinji by Employee Alumni
  • 785 Views
  • 0 comments
  • 1 kudos

ML with IRIS data set using Incorta

This article shows how to use a classification Machine Learning (ML) algorithm on the Iris Flower data set. It first creates a model based on a training data set and then scores the the test data set and gives the prediction of the flower based on th...

amit_kothari_0-1648226442596.png

Date Dimension

Date is a common dimension used in most application deployments.  It is primarily used to roll up data so it can be viewed across a broad time range, facilitating trend analysis.

calendar.jpg
VinayR by Employee Alumni
  • 1508 Views
  • 0 comments
  • 0 kudos