First slide

Data Science Training

Learn Data Science at your own pace. Develop your analytical skills. Land with your dream job with a moneyback guarantee program. TTI is committed to help the right talent to pursue a career in Data Science.

What we offer:

  • A self-paced e-learning program for Invited Candidates Only.
  • A12-weekof training program and student will be given 4 more weeks to complete certification and another 12 weeks to get placed.
  • Enrollment for training & job placement will happen through TTI and training will be provided by SAS Academy.
  • A Data Science expert from TTI will provide support to students throughout the course, project work, resume reviews, mockinterviews &the final job strategy.
  • Aplacement guarantee programfor students within 3 months after they complete thecertifications; else full tuition fees will be refunded.

How it works:

  • We are sending the invitations to the selected individuals
  • If you are the chosen one; please submit your updated profile and specify your educational credentials.
  • A short assessment will be done by TTI experts based on your cv & programming skills
  • The shortlisted candidates should opt for Wire Transfer option to pay the tuition fee.
  • TTI will enroll you for SAS Academy courses.
Which is the right program for you:

What Self-Paced e-learning format provides:
  • Access e-learning (24/7 online access).
  • Complete at your own pace over 3 or 4 months.
  • Real-world case studies that help you apply what you learn.
  • Access to SAS software for practice.
  • Access to an online community to support your learning.
Our Partners:

Curriculum that includes:
Demonstrate your ability to use the tools and technology designed to handle big data. The SAS Certified Big Data Professional program delivers the extra edge you're looking for.

10 Courses: Course content is designed to prepare you for the certification exams.

Case Studies
Real-world case studies enable you to apply what you have learned.

2 Exams
Pass both exams to earn your certification credential.

Prerequisite Skills:

To enroll in the program, you need at least six months of programming experience in SAS or another programming language.

  • Critical SAS programming skills.
  • Accessing, transforming and manipulating data.
  • Improving data quality for reporting and analytics.
  • Essential communication skills.
  • Fundamentals of statistics and analytics.
  • Working with Hadoop, Hive, Pig and SAS.
  • Exploring and visualizing data.
  • Base SAS.
  • SAS Enterprise Guide.
  • SAS Enterprise Miner.
  • SAS In-Memory Statistics.
  • SAS Studio.
  • SAS/STAT.
  • SAS Visual Analytics.
  • DataFlux Data Management Server.
  • DataFlux Data Management Studio.
What You Will Learn

This course provides an overview of the challenges associated with big data and analysis-driven data.

Topics Covered
  • Reading external data files.
  • Storing and processing data.
  • Combining Hadoop and SAS.
  • Recognizing and overcoming big data challenges.

In this course, you'll learn how to use SAS Visual Analytics Explorer to explore in-memory tables from the SAS® LASR™ Analytic Server and perform advanced data analyses.

Topics Covered
  • Finding previously unknown relationships and spotting trends in your data.
  • Visualizing data using charts, plots and tables.
  • Using the auto charting function to visualize data in the best possible way.
  • Using advanced graphs, such as network diagrams, Sankey diagrams and word clouds.
  • Easily adding analytics to your graphs, and including descriptions of the analytics results.
  • Navigating through your data using on-the-fly hierarchies.

This introductory SAS/STAT course focuses on t-tests, ANOVA and linear regression, and includes a brief introduction to logistic regression.

Topics Covered
  • Generating descriptive statistics and exploring data with graphs.
  • Performing analysis of variance and applying multiple comparison techniques.
  • Performing linear regression and assessing the assumptions.
  • Using regression model selection techniques to aid in the choice of predictor variables in multiple regression.
  • Using diagnostic statistics to assess statistical assumptions and identify potential outliers in multiple regression.
  • Using chi-square statistics to detect associations among categorical variables.
  • Fitting a multiple logistic regression model.
  • Scoring new data using developed models.

In this course, you'll learn how to perform data management tasks, such as improving data quality, entity resolution and data monitoring.

Topics Covered
  • Creating and reviewing data explorations
  • Creating and reviewing data profiles.
  • Creating data jobs for data improvement.
  • Establishing monitoring aspects for your data..
  • Understanding the QKB components.
  • Using the component editors.
  • Understanding various definition types.
  • Building a new data type (optional).

Storytelling is a necessary skill when talking to key stakeholders. Insights uncovered in your data can move mountains if the right people say yes. But how do you move someone from simply being curious, all the way to, "Let's do this!" In this course, you'll learn why storytelling is a skill you need to develop, when a story works and when it doesn't, and how to communicate data in a meaningful way.

Topics Covered
  • 55-60 multiple choice, short answer, and interactive questions. Interactive questions simulate the SAS environment and ask you to complete a task. Please see our FAQ for more information.
  • Must achieve score of 67% correct to pass.
  • 110 minutes to complete exam.
  • Use exam ID A00-220; required when registering with Pearson VUE.
  • This exam is based on SAS 9.4

This course teaches you how to use SAS programming methods to read, write and manipulate Hadoop data. You'll learn how to use Base SAS methods to read and write raw data with the DATA step, manage the Hadoop Distributed File System (HDFS) and execute MapReduce and Pig code from SAS via the HADOOP procedure. You'll also learn how to use SAS/ACCESS® Interface to Hadoop methods that allow LIBNAME access and SQL pass-through techniques to read and write Hive or Impala table structures.

Topics Covered
  • Accessing Hadoop distributions using the LIBNAME statement and the SQL pass-through facility..
  • Creating and using SQL procedure pass-through queries.
  • Using options and efficiency techniques for optimizing data access performance.
  • Joining data using the SQL procedure and the DATA step.
  • Reading and writing Hadoop files with the FILENAME statement.
  • Executing and using Hadoop commands with PROC HADOOP.
  • Using Base SAS procedures with Hadoop.

This course focuses on DS2, a fourth-generation SAS proprietary language for advanced data manipulation, which enables parallel processing and storage of large data with reusable methods and packages.

Topics Covered
  • Identifying the similarities and differences between the SAS DATA step and the DS2 DATA step.
  • Converting a Base SAS DATA step to DS2.
  • Creating DS2 variable declarations, expressions and methods for data conversion, manipulation and conditional processing.
  • Creating user-defined and predefined packages to store, share and execute DS2 methods.
  • Creating and executing DS2 threads for parallel processing.
  • Using the SAS In-Database Code Accelerator to execute DS2 code outside of a SAS session.
  • Executing DS2 code in the SAS High-Performance Analytics grid using the HPDS2 procedure.

In this course, you will use processing methods to prepare structured and unstructured big data for analysis. You will learn to organize the data into structured tabular form using Apache Hive and Apache Pig. You will also learn SAS software technology and techniques that integrate with Hive and Pig, as well as how to use these open source capabilities by programming with Base SAS and SAS/ACCESS Interface to Hadoop, and with SAS Data Integration Studio.

Topics Covered
  • Moving data into the Hadoop ecosystem.
  • Using Hive to design a data warehouse in Hadoop, perform data analysis using the Hive query language (HiveQL) and join data sources.
  • Performing extract, transform and load (ETL).
  • Organizing data in Hadoop by usage.
  • Analyzing unstructured data using Pig.
  • Joining massive data sets using Pig.
  • Using user-defined functions (UDFs).
  • Analyzing big data in Hadoop using Hive and Pig.
  • Using SAS programming to submit Hive and Pig programs that execute in Hadoop, and store results in Hadoop or return results to SAS.
  • Using SAS programming to move data between the SAS server and the HDFS.
  • Constructing SAS Data Integration Studio jobs that integrate with Hive and Pig processes and the HDFS.

This course focuses on accessing data on the SAS LASR Analytic Server and performing exploratory analysis and preparation. Topics include starting the server, loading data and manipulating data on the SAS LASR Analytic Server using the IMSTAT procedure. IMSTAT topics include deriving new temporary and permanent tables and columns, calculating summary statistics (e.g., mean, frequency and percentile), and creating filters and joins on in-memory data.

Topics Covered
  • Starting up a SAS LASR Analytic Server.
  • Loading tables into memory on the SAS LASR Analytic Server.
  • Processing in-memory tables with PROC LASR and PROC IMSTAT.
  • Accessing data more efficiently via intelligent partitioning.
  • Deriving new temporary and permanent tables and variables.
  • Creating filters and joins on in-memory data.
  • Exporting ODS result tables for client-side graphic development.
  • Producing descriptive statistics including counts, percentiles and means.
  • Creating multidimensional summaries including cross-tabulations and contingency tables.
  • Deriving kernel density estimates using normal functions.

Storytelling is a necessary skill when talking to key stakeholders. Insights uncovered in your data can move mountains if the right people say yes. But how do you move someone from simply being curious, all the way to, "Let's do this!" In this course, you'll learn why storytelling is a skill you need to develop, when a story works and when it doesn't, and how to communicate data in a meaningful way.

Topics Covered
  • 60-65 multiple-choice, short-answer and interactive questions. Interactive questions simulate the SAS environment and ask you to complete a task. Please see our FAQ for more information.
  • Must achieve score of 68 percent correct to pass.
  • 105 minutes to complete exam.
  • Use exam ID A00-221; required when registering with Pearson VUE.
  • This exam is based on SAS 9.4.
Global Certification
  • 60-65 multiple-choice, short-answer and interactive questions. Interactive questions simulate the SAS environment and ask you to complete a task.
  • Must achieve score of 68 percent correct to pass.
  • 105 minutes to complete exam.
  • Use exam ID A00-221; required when registering with Pearson VUE.
  • This exam is based on SAS 9.4.

Successful candidates should have hands-on experience with a variety of SAS data preparation tools, including experience with the following analytical tools:

  • SAS/STAT.
  • SAS Visual Analytics.
  • SAS DataFlux Data Management Studio.

The exam fee is $180 USD in the U.S. and many other countries.

Global Certification
  • 60-65 multiple-choice, short-answer and interactive questions. Interactive questions simulate the SAS environment and ask you to complete a task.
  • Must achieve score of 68 percent correct to pass.
  • 105 minutes to complete exam.
  • Use exam ID A00-221; required when registering with Pearson VUE.
  • This exam is based on SAS 9.4.

Successful candidates should have hands-on experience with a variety of SAS® and open source data preparation tools, including:

  • SAS Base and DS2 programming.
  • Hadoop, Apache Pig, Apache Hive.
  • SAS In-Memory Statistics.

The exam fee is $180 USD in the U.S. and many other countries.

9 Courses - Course content is designed to prepare you for the certification exams.

Case Studies - Real-world case studies enable you to apply what you've learned..

3 Exams - Pass all three exams to earn your certification credential.

Prerequisite Skills:

To enroll in the program, you need at least six months of programming experience in SAS or another programming language.
We also recommend that you have at least six months of experience using mathematics and/or statistics in a business environment. .

  • Machine learning and predictive modeling techniques..
  • How to apply these techniques to distributed and in-memory big data sets..
  • Pattern detection.
  • Experimentation in business.
  • Optimization techniques.
  • Time series forecasting.
  • SAS Enterprise Miner.
  • SAS/ETS.
  • SAS High-Performance Data Mining.
  • SAS In-Memory Statistics (PROC IMSTAT).
  • SAS Studio.
  • SAS/OR.
  • SAS/STAT.
  • SAS Text Miner.
  • SAS Visual Statistics.
  • SAS tools for integrating with open source.
  • SAS Enterprise Miner.
  • SAS/ETS.
  • SAS High-Performance Data Mining.
  • SAS In-Memory Statistics (PROC IMSTAT).
  • SAS Studio.
  • SAS/OR.
  • SAS/STAT.
  • SAS Text Miner.
  • SAS Visual Statistics.
  • SAS tools for integrating with open source.
What You Will Learn

This course covers the skills required to assemble analysis flow diagrams using SAS Enterprise Miner for both pattern discovery (segmentation, association and sequence analyses) and predictive modeling (decision trees, regression and neural network models).

Topics Covered
  • Defining a SAS Enterprise Miner project and exploring data graphically.
  • Modifying data for better analysis results.
  • Building and understanding predictive models, including decision trees and regression models.
  • Comparing and explaining complex models.
  • Generating and using score code.
  • Applying association and sequence discovery to transaction data.

During this performance-based examination, candidates will use SAS Enterprise Miner to perform the examination tasks. It is essential that the candidate have a firm understanding and mastery of the functionalities for predictive modeling available in SAS Enterprise Miner. Successful candidates should have the ability to

  • Prepare data.
  • Build predictive models.
  • Assess and implement models.
  • Perform pattern analysis. (new content).

This course helps you understand and apply two popular artificial neural network algorithms – multilayer perceptrons and radial basis functions. Both the theoretical and practical issues of fitting neural networks are covered.

Topics Covered
  • Constructing multilayer perceptron and radial basis function neural networks.
  • Constructing custom neural networks using the NEURAL procedure.
  • Choosing an appropriate network architecture and determining the relevant training method.
  • Avoiding overfitting neural networks..
  • Performing autoregressive time series analysis using neural networks..
  • Interpreting neural network models.

This course explores predictive modeling using SAS/STAT® software, with an emphasis on the LOGISTIC procedure.

  • Using logistic regression to model an individual's behavior as a function of known inputs.
  • Selecting variables and interactions.
  • Creating effect plots and odds ratio plots using ODS Statistical Graphics.
  • Handling missing data values.
  • Tackling multicollinearity in your predictors.
  • Assessing model performance and comparing models.
  • Recoding categorical variables based on the smooth weight of evidence.
  • Using efficiency techniques for massive data sets.

This course introduces applications and techniques for assaying and modeling large data. It presents basic and advanced modeling strategies, such as group-by processing for linear models, random forests, generalized linear models and mixture distribution models. You will perform hands-on exploration and analyses using tools such as SAS Enterprise Miner, SAS Visual Statistics and SAS In-Memory Statistics.

  • Using applications designed for big data analyses
  • Exploring data efficiently
  • Reducing data dimensionality.
  • Building predictive models using decision trees, regressions, generalized linear models, random forests and support vector machines.
  • Building models that handle multiple targets.
  • Assessing model performance.
  • Implementing models and scoring new predictions.

This course introduces the basics for integrating R programming and Python scripts into SAS and SAS Enterprise Miner. Topics are presented in the context of data mining, which includes data exploration, model prototyping, and supervised and unsupervised learning techniques.

  • Calling R packages in SAS.
  • Using Python scripts in SAS
  • Integrating open source data exploration techniques in SAS.
  • Integrating open source models in SAS Enterprise Miner.
  • Creating production (score) code for R models.
  • 50-55 multiple choice, short answer, and interactive questions.
  • Interactive questions simulate the SAS environment and ask you to complete a task.
  • 110 minutes to complete exam (must achieve score of 67% correct to pass).
  • Use exam ID A00-225; required when registering with Pearson VUE.
  • This exam is based on SAS 9.4

Successful candidates should have hands-on experience with a variety of SAS data preparation tools, including experience with the following analytical tools:

  • SAS Enterprise Miner
  • SAS/STAT
  • SAS Visual Analytics
  • SAS LASR Analytic Server

In this course, you will learn to use SAS Text Miner to uncover underlying themes or concepts contained in large document collections, automatically group documents into topical clusters, classify documents into predefined categories, and integrate text data with structured data to enrich predictive modeling endeavors.

Topics Covered
  • Converting documents stored in standard formats (Microsoft Word, Adobe PDF, etc.) into general-purpose HTML or TXT formats.
  • Reading documents from a variety of sources (web pages, flat files, data elements in a relational database, spreadsheet cells, etc.) into SAS tables.
  • Processing textual data for text mining (e.g., correcting misspellings or recoding acronyms and abbreviations).
  • Converting unstructured text-based character data into structured numeric data.
  • Exploring words and phrases in a document collection.
  • Querying document collections using keywords (i.e., identifying documents that include specific words or phrases).
  • Identifying topics or concepts that appear in a document collection.
  • Creating user-influenced topic tables from scratch or by modifying machine-generated topics, or creating concepts using domain knowledge.
  • Using derived topic tables or pre-existing user-influenced topic tables (or both) to enhance information retrieval and document classification.
  • Clustering documents into homogeneous subgroups.
  • Classifying documents into predefined categories..

In this course, you'll learn the fundamentals of modeling time series data, with a focus on the applied use of the three main model types for analyzing univariate time series: exponential smoothing, autoregressive integrated moving average with exogenous variables (ARIMAX), and unobserved components (UCM).

  • Creating time series data.
  • Accommodating trend, as well as seasonal and event-related variation, in time series models.
  • Diagnosing, fitting and interpreting exponential smoothing, ARIMAX and UCM models.
  • Identifying relative strengths and weaknesses of the three model types.

This course explores the essentials of experimentation in data science, why experiments are central to any data science efforts, and how to design efficient and effective experiments.

  • Defining common terminology in designed experiments.
  • Describing the benefits of multifactor experiments
  • Differentiating between the impact of a model and the impact of the action taken from that model.
  • Fitting incremental response models to evaluate the unique contribution of a marketing message, action, intervention or process change on outcomes.

This course focuses on linear, nonlinear and efficiency optimization concepts. Participants will learn how to formulate optimization problems and how to make their formulations efficient by using index sets and arrays. Course demonstrations include examples of data envelopment analysis and portfolio optimization. The OPTMODEL procedure is used to solve optimization problems that reinforce concepts introduced in the course.

  • Identifying and formulating appropriate approaches to solving various linear and nonlinear optimization problems.
  • Creating optimization models commonly used in industry.
  • Formulating and solving a data envelopment analysis.
  • Solving optimization problems using the OPTMODEL procedure in SAS.
  • 50-55 multiple choice, short answer, and interactive questions.
  • Interactive questions simulate the SAS environment and ask you to complete a task.
  • 110 minutes to complete exam (must achieve score of 68% correct to pass).
  • Use exam ID A00-226; required when registering with Pearson VUE.
  • This exam is based on SAS 9.4

Successful candidates should have hands-on experience with a variety of SAS data preparation tools, including experience with the following analytical tools:

  • SAS Text Analytics
  • SAS/ETS
  • SAS/OR

During this performance-based examination, candidates will use SAS Enterprise Miner to perform the examination tasks. It is essential that the candidate have a firm understanding and mastery of the functionalities for predictive modeling available in SAS Enterprise Miner. Successful candidates should have the ability to

  • Prepare data.
  • Build predictive models.
  • Assess and implement models.
  • Perform pattern analysis.(new content).

This exam is administered by SAS and Pearson VUE.

  • 50-55 multiple choice, short answer, and interactive questions.
  • Interactive questions simulate the SAS environment and ask you to complete a task.
  • 110 minutes to complete exam (must achieve score of 67% correct to pass).
  • Use exam ID A00-225; required when registering with Pearson VUE.
  • This exam is based on SAS 9.4.
  • Successful candidates should have hands-on experience with a variety of SAS data preparation tools, including experience with the following analytical tools:

  • SAS Enterprise Miner.
  • SAS/STAT.
  • SAS Visual Analytics.
  • SAS LASR Analytic Server.

The exam fee is $180 USD in the U.S. and many other countries. Check the Pricing Information link for country-specific pricing.

This exam is administered by SAS and Pearson VUE.

  • 50-55 multiple choice, short answer, and interactive questions.
  • Interactive questions simulate the SAS environment and ask you to complete a task.
  • 110 minutes to complete exam (must achieve score of 68% correct to pass).
  • Use exam ID A00-226; required when registering with Pearson VUE.
  • This exam is based on SAS 9.4.

Successful candidates should have hands-on experience with a variety of SAS data preparation tools, including experience with the following analytical tools:

  • SAS Text Analytics.
  • SAS/ETS.
  • SAS/OR.

The exam fee is $180 USD in the U.S. and many other countries. Check the Pricing Information link for country-specific pricing.

Experience the entire academy, get your data science certification, and make yourself stand out – whether you're looking to change jobs, get a promotion or sharpen your current skills.

19 Courses Course content is designed to prepare you for the certification exams.

Case Studies
Real-world case studies enable you to apply what you've learned..

5 Exams
Pass all five exams to earn your certification credential.

The data science certification program comprises the focus areas of both the SAS Certified Big Data Professional and the SAS Certified Advanced Analytics Professional programs, including:

  • Critical SAS programming skills..
  • Accessing, transforming and manipulating data data.
  • Improving data quality for reporting and analytics.
  • Essential communication skills.
  • Fundamentals of statistics and analytics.
  • Working with Hadoop, Hive, Pig and SAS..
  • Exploring and visualizing data.
  • Essential communication skills
  • Machine learning and predictive modeling techniques.
  • How to apply these techniques to distributed and in-memory big data sets.
  • Pattern detection.
  • Experimentation in business.
  • Optimization techniques.
  • Time series forecasting.
  • Base SAS.
  • DataFlux Data Management Server.
  • DataFlux Data Management Studio.
  • SAS Enterprise Guide.
  • SAS Enterprise Miner.
  • SAS/ETS.
  • SAS High-Performance Data Mining.
  • SAS In-Memory Statistics.
  • SAS/OR.
  • SAS/STAT
  • SAS Studio
  • SAS Text Miner
  • SAS Visual Analytics
  • SAS Visual Statistics
  • SAS tools for integrating with open source
FAQ'S:
This is Invite-Only program. If you have not received invite and you are sure that you are a right candidate to become a Data Scientist – Please click the link to upload your profile for review.Our team will get back to you in 2-3 business days.
Yes. Based on your cv & educational credentials our expert will have a short telephonic interview with you . .
Team will share a admission form & a contract paper for refund policy. You need to do a wire transfer of the mentioned amount along with duly signed all the papers. .
Tuition Fees (You need to pay at the time of enrollment) $1500
Certification Cost for Big Data Professional (2 Certifications = $250 +$180) $430
Certification for Advance Analytics (3 Certifications each $180) $540
Since tuition fee is spent in your training and paid to SAS; EMI option is not available.
A Course directly conducted by SAS Academy with a Job Guarantee Service.
Full refund of your tuition fees i.e. $1500 if you don’t get a job within 6 months of completion.

Contact Form

Mobile Number : +17322186529       E-mail : Rick.Vangari@techtoolsinnovation.com