Call :+91 8055223360 

DATASCIENCE WITH S-A-S & PYTHON

2136 Reviews
4.8/5

3546 Learners

Data Science With S-A-S & Python  Training in Bangalore

Learn Data Science with S-A-S  . 25+  Live Projects 

Duration : 100 Hrs | 5 Major Projects | 10 Minor Projects | 100 + Assignments

Data Sets , installations , Interview Preparations , Repeat the session until 6 months are all attractions of this particular course

Trainer :- Experienced Data Science Consultant

Overview

This course does not require a prior quantitative or mathematics background. It starts by introducing basic concepts such as the mean, median mode etc. and eventually covers all aspects of an analytics (or) data science career from analysing and preparing raw data to visualizing your findings. If you’re a programmer or a fresh graduate looking to switch into an exciting new career track, or a data analyst looking to make the transition into the tech industry – this course will teach you the basic to Advance techniques used by real-world industry data scientists.

Watch
INTRO VIDEO

Why Radical Technologies

Check Batch Schedulings

TARGET AUDIENCE

  • Engineering/Management Graduate or Post-graduate Fresher Students who want to make their career in Data Science Industry or want to be future Data Scientist.
  • Engineers who want to use a distributed computing engine for batch or stream processing or both
  • Analysts who want to leverage Spark for analyzing interesting datasets
  • Data Scientists who want a single engine for analyzing and modelling data 
  • MBA Graduates or business professionals who are looking to move to a heavily quantitative role.
  • Engineering Graduate/Professionals who want to understand basic statistics and lay a foundation for a career in Data Science
  • Working Professional or Fresh Graduate who have mostly worked in Descriptive analytics or not work anywhere and want to make the shift to being  data scientists
  • Professionals who’ve worked mostly with tools like Excel and want to learn how to use R for statistical analysis.

Course Curriculum

Course description

This course starts with  Data Science and Statistics using Python and then complete knowledge of Data Science with S-A-S. It covers both the  aspects of Statistical concepts and the practical implementation using  S-A-S. If you’re new to Programming , don’t worry – the course starts with a crash course to teach you all basic programming concepts. If you’ve done some programming before or you are new in Programming, you should pick it up quickly. This course shows you how to get set up on Microsoft Windows-based PC’s; the sample code will also run on Mac OS or Linux desktop systems.

Pre-requisites

Course Content

introduction To Analytics

  • Analytics World
    • Introduction to Analytics
    • Concept of ETL
    • S-A-S in advanced analytics
  • Getting Started
  • Software installation
  • Introduction to GUI
  • Different components of the language
  • All programming windows
  • Concept of Libraries and Creating Libraries
  • Variable Attributes – (Name, Type, Length, Format, In format, Label)
  • Importing Data and Entering data manually
  • Descriptor Portion of a Dataset (Proc Contents)
  • Data Portion of a Dataset
  • Variable Names and Values
  • Data Libraries

Understanding Data Step Processing

  • Data Step and Proc Step
  • Data step execution
  • Compilation and execution phase
  • Input buffer and concept of PDV
  • Column Input and List Input and Formatted methods
  • Delimiters, Reading missing and non standard values
  • Reading one to many and many to one records
  • Reading Hierarchical files
  • Creating raw data files and put statement
  • Formats / Informat
  • Proc Import / Delimited text files
  • Proc Export / Exporting Data
  • Datalines / Cards
  • Reading Multiple Records per Observation
  • Reading “Mixed Record Types”
  • Sub-setting from a Raw Data File
  • Multiple Observations per Record
  • Reading Hierarchical Files
  • Concept of SAS library and SAS Catalog
  • Variable Types in SAS
  • Reading Data stored external to SAS
  • Importing Data by using Proc Import
  • Data Step SAS statements
  • SAS Functions
  • Appending and Merging using SAS
  • SAS Procedures like proc means, proc Univariate, proc append, proc freq and proc export.
  • SAS SQL
  • SAS Macros
  • One Sample t-test of comparing means
  • Two Sample t-test of comparing means
  • One Way ANOVA
  • Assumptions of ANOVA Modeling
  • n-way ANOVA
  • ANOVA Post Hoc Studies
  • Apply the principles of honest assessment to model performance measurement
  • Assess classifier performance using the confusion matrix
  • Model selection and validation using training and validation data
  • Create and interpret graphs (ROC, lift, and gains charts) for model comparison and selection
  • Establish effective decision cut-off values for scoring

 Understanding and Exploration Data

    • Introduction to basic Procedures – Proc Contents, Proc Print
  • Understanding and Exploration Data
    • Operators and Operands
    • Conditional Statements (Where, If, If then Else, If then Do and select when)
    • Difference between WHERE and IF statements and limitation of WHERE statements
    • Labels, Commenting
    • System Options (OBS, FSTOBS, NOOBS etc…)
  • Proc Sort – with options / De-Duping
  • Accumulator variable and By-Group processing
  • Explicit Output Statements
  • Nesting Do loops
  • Do While and Do Until Statement
  • Array elements and Range
  • Concatenation
  • Interleaving
  • Proc Append
  • One To One Merging
  • Match Merging
  • IN = Controlling merge and Indicator

 

Introduction to Databases

  • Introduction to Proc SQL
  • Basics of General SQL language
  • Creating table and Inserting Values
  • Retrieve & Summarize data
  • Group, Sort & Filter
  • Using Joins (Full, Inner, Left, Right and Outer)
  • Reporting and summary analysis
  • Concept of Indexes and creating Indexes (simple and composite)
  • Connecting S-A-S to external Databases
  • Implicit and Explicit pass through methods
  • Macro Parameters and Variables
  • Different types of Macro Creation
  • Defining and calling a macro
  • Using call Symput and Symget
  • Macros options (mprint symbolgen mlogic merror serror)
  • Basic Statistics – Measures of Central Tendencies and Variance
  • Building blocks – Probability Distributions – Normal distribution – Central Limit Theorem
  • Inferential Statistics -Sampling – Concept of Hypothesis Testing
  • Statistical Methods – Z/t-tests( One sample, independent, paired), Anova, Correlations and Chi-square    
  • Levels of Measurement and Variable types
  • Descriptive Statistics and Picturing Distributions
  • Confidence Interval for the Mean
  • Introduction to Predictive Modeling
  • Types of Business problems – Mapping of Techniques
  • Different Phases of Predictive Modeling
  • Need of Data preparation
  • Data Audit Report and Its importance
  • Consolidation/Aggregation – Outlier treatment – Flat Liners – Missing values- Dummy creation – Variable Reduction
  • Variable Reduction Techniques – Factor & PCA Analysis
  • Introduction to Segmentation
  • Types of Segmentation (Subjective Vs Objective, Heuristic Vs. Statistical)
  • Heuristic Segmentation Techniques (Value Based, RFM Segmentation and Life Stage Segmentation)
  • Behavioural Segmentation Techniques (K-Means Cluster Analysis)
  • Cluster evaluation and profiling
  • Interpretation of results – Implementation on new data
  • Introduction – Applications
  • Assumptions of Linear Regression
  • Building Linear Regression Model
  • Understanding standard metrics (Variable significance, R-square/Adjusted R-square, Global hypothesis ,etc)
  • Validation of Models (Re running Vs. Scoring)
  • Standard Business Outputs (Decile Analysis, Error distribution (histogram), Model equation, drivers etc.)
  • Interpretation of Results – Business Validation – Implementation on new data

 Introduction – Applications

  • Linear Regression Vs. Logistic Regression Vs. Generalized Linear Models
  • Building Logistic Regression Model
  • Understanding standard model metrics (Concordance, Variable significance, Hosmer Lemeshov Test, Gini, KS, Misclassification, etc)
  • Validation of Logistic Regression Models (Re running Vs. Scoring)
  • Standard Business Outputs (Decile Analysis, ROC Curve,
    Probability Cut-offs, Lift charts, Model equation, Drivers, etc)
  • Interpretation of Results – Business Validation -Implementation on new data
  • Introduction – Applications
  • Time Series Components( Trend, Seasonality, Cyclicity and Level) and Decomposition
  • Classification of Techniques(Pattern based – Pattern less)
  • Basic Techniques – Averages, Smoothening, etc
  • Advanced Techniques – AR Models, ARIMA, etc
  • Understanding Forecasting Accuracy – MAPE, MAD, MSE, etc
  • Statistical learning vs. Machine learning
  • Major Classes of Learning Algorithms -Supervised vs Unsupervised Learning
  • Concept of Overfitting and Under fitting (Bias-Variance Trade off) & Performance Metrics
  • Types of Cross validation(Train & Test, Bootstrapping, K-Fold validation etc)
  • Recursive Partitioning(Decision Trees)
  • Ensemble Models(Random Forest, Bagging & Boosting)
  • K-Nearest neighbours

Training Options

Live Online Training

  • Highly practical oriented training
  • Installation of Software On your System
  • 24/7 Email and Phone Support
  • 100% Placement Assistance until you get placed
  • Global Certification Preparation
  • Trainer Student Interactive Portal
  • Assignments and Projects Guided by Mentors
  • And Many More Features

Course completion certificate and Global Certifications are part of our all Master Program

Live Classroom Training

  • Weekend / Weekdays / Morning / Evening Batches
  • 80:20 Practical and Theory Ratio
  • Real-life Case Studies
  • Easy Coverup if you missed any sessions
  • PSI | Kryterion | Redhat Test Centers
  • Life Time Video Classroom Access ( coming soon )
  • Resume Preparations and Mock Interviews
  • And Many More Features

Course completion certificate and Global Certifications are part of our all Master Program

Exam & Certification

Course Reviews

Why we are the best Radical Technologies

Radical Technologies is truly progressing and offer best possible services. And recognition towards Radical Technologies is increasing steeply as the demand is growing rapidly.

Creative

0%

Innovative

0%

Student Friendly

0%

Practical Oriented

0%

Valued Certification

0%

Training FAQs

Similar Courses

DATASCIENCE WITH S-A-S & PYTHON TRAINING IN BANGALORE

Very good learning experience, I am a beginner in DS, but the instructors in this course simplified the contents that made me understand easily , tools and materials were very helpful to start with.

Course Provider: Organization

Course Provider Name: Radical Technologies

Course Provider URL: https://radicals.in/

Editor's Rating:
5

ENQUIRE NOW











    [recaptcha]