PHYSICAL AND ONLINE DATA SCIENCE BOOTCAMP

Data Science Training In Lagos Nigeria

Tech365 Data Science training is beginner-friendly, practical and project-based. It is designed to help participants become job-ready.

* Excel

* SQL

* PowerBI

* Python

* Numpy

* Pandas

* Matplotlib

* Seaborn

* Visualization

* Machine Learning

* Statistics

* Excel

* SQL

* PowerBI

* Python

* Numpy

* Pandas

* Matplotlib

* Seaborn

* Visualization

* Machine Learning

* Statistics

4 Months

Duration

Physical/Online

Classes

Weekday/Weekend

Mon, Wed & Fri (Saturdays)

10am - 1pm (WAT)

Time

Our Training is Designed to make you job-ready

Data Science Projects We Will Build

In addition to the Data Science projects below, you will be given resources to build others independently.

Customer Clustering

Using unsupervised machine learning to group customers who have similar traits into clusters for targeted campaign

Recommendation

Predicting the product a customer will be interested in and recommending similar products of interest.

Disease prediction

Using machine learning to predict those who have heart disease and those who do not.

Loan repayment

Predicting if a customer will repay a loan or not using machine learning.

Insurance Premium

Using machine learning to predict premium on insurance.

Deployment

How to host on a server for people to use in real world.

** The projects can be changed anytime

WHY TECH365

Training Benefits

Here are some of the benefits of learning at Tech365

  • Beginner-friendly
  • Project-based training
  • Excellent support
  • Job alerts
  • Career guidance and CV review
  • Certificate of completion
  • Flexible payment plan
  • Conducive learning environment
  • Unlimited internet access
  • Remote Internship with top firms
Curriculum

Data Science Course Outline

Module 1

Introduction To Data Analytics and Excel

Participants will learn what data analytics is and how to analyze and visualize data using Microsoft Excel or WPS.

Understanding Data Analytics

  • What data analytics?
  • Benefits of data analytics.
  • Data Analytics vs data science vs data engineering.
  • Applications of Data Analytics
  • Data analytics process and lifecycle.
Excel for data analytic
  • Reading CSV, tabbed and fixed column data
  • Data manipulation

Formula basics

  • Cell reference, formula and function?
  • How to use addition, subtraction, multiplication, division, exponents in a formula

Formatting

  • How to format cells using number, date and other options.

Statistics

  • How to use the COUNT function
  • Using the COUNTIF function
  • Using the SUM and SUMIF function
  • How to use the AVERAGE function
  • How to calculate the minimum and maximum value

Lookups

  • How to use VLOOKUP
  • VLOOKUP vs Nested IFs
  • How to use HLOOKUP
  • Using the index function
  • Using the match function
  • XLOOKUP function
  • SUMPRODUCT function

Pivot table

  • What is a pivot table
  • How to create a pivot table
  • How to add fields to pivot tables
  • How to rearrange fields in the pivot table
  • How to adjust aggregate function in pivot table
  • Styling pivot table
  • How to add slicers
  • How to filter pivot table
  • How to sort pivot table
  • How to group pivot table

Excel chart

  • How to create a basic chart
  • How to move and resize a chart in Excel
  • How to edit and add to chart data
  • How to add a title and legend to a chart
  • How to change chart type
  • How to work with pivot chart options
  • How to filter pivot chart
  •  

Working with data and lists

  • How to freeze rows
  • How to quickly sort using one column in Excel
  • How to sort using more than one column
  • How to filter a list
  • How to filter with multiple criteria

References

  • Relative references
  • Absolute reference
  • Creating a reference to another sheet

Conditional formatting in Excel

  • Using the if function
  • How to create a formula with nested IFs

Working with Text

  • How to join values with an ampersand or concatenating
  • How to clean text with trim
  • How to count characters
  • Changing case in Excel
  • How to extract text

Tasks: Analyzing sales data with Excel. Visualizing the data for better communication with stakeholders using pivot tables and pivot chart

Module 2

SQL For Database Manipulation

Learn how to clean, query, manipulate, and aggregate data using SQL.

Introduction to SQL

  • What is SQL?
  • Create Table Statement
  • ALTER TABLE Statements
  • Rename Columns of a Table
  • Modify Column DataType
  • Drop Columns from Table
  • Rename Tables
  • Drop Tables
  • What is Null Value?

DML Statements

  • Insert Statement
  • Update Statement
  • Delete Statement
  • Truncate Statement
  • Merge Statement

SQL Functions

  • AVG()
  • COUNT()
  • MAX()
  • MIN()
  • SUM()

Select Queries

  • Select Query
  • WHERE Clause
  • GROUP BY Clause
  • HAVING Clause
  • ORDER BY Clause
  • SQL Joins

  • Inner Join
  • Left Join
  • Right Join

SQL Operators

  • BETWEEN
  • IN
  • LIKE
  • INTERSECT
  • MINUS
  • UNION
  • DISTINCT
  • ANY
  • ALL

Project: Use the knowledge gained to analyze data for a business.

Module 3

Power BI For Business Intelligence

Understand how to create reports and dashboards to communicate your findings to stakeholders.

Introduction to PowerBI

  • What is PowerBI?
  • Installing Power BI
  • Desktop
  • Adjusting Settings in PowerBI

Connecting and shaping data

  • Types of Data Connectors
  • The Power BI Query Editor (Power Query)
  • Basic Table Transformations
  • Working with Numerical Values
  • Working with Date & Time Tools
  • Generating Index & Conditional Columns
  • Grouping & Aggregating Records
  • Merging Queries in
  • Power BI Desktop
  • Appending Queries
  • Configuring Data Source Settings
  • Defining Hierarchies
  • Power BI Data Connection Best Practices

Table relationship and data model

  • What is a “Data Model”?
  • Principles of Database Normalization
  • Understanding Data Tables vs. Lookup Tables
  • Understanding Table
  • Relationships vs. Merged Tables
  • Creating Table Relationships
  • Managing & Editing Table Relationships
  • Connecting Multiple Data Tables
  • Hiding Fields from the
  • Power BI Report View
  • Power BI Data Model Best Practices

Data Analysis Expressions (DAX)

  • Introduction
  • DAX Calculated Columns
  • DAX Measures
  • Adding Columns & DAX Measures
  • Implicit vs. Explicit DAX Measures
  • Filter Context Examples in Power BI
  • Understanding DAX Syntax & Operators
  • Common DAX Function
  • Date & Time Functions
  • Conditional & Logical Functions (IF/AND/OR)
  • Common Text Functions
  • Joining Data with RELATED
  • Basic Math & Stats Functions
  • COUNT Functions (COUNTA, DISTINCTCOUNT, COUNTROWS)
  • CALCULATE, ALL & FILTER
  • Iterator Functions (SUMX, RANKX)
  • DAX Best Practices

Data Visualization and report

  • Introduction
  • Exploring the “Report”
  • Adding Simple Objects to the Power BI Report Canvas
  • Inserting Basic Charts & Visuals in Power BI
  • Conditional Formatting
  • Report Formatting Options
  • Report Filtering Options
  • Exploring Data with Matrix Visuals
  • Filtering with Date Slicers
  • Inserting Text Cards
  • Visualizing Geospatial Data with Maps
  • Visualizing Data with Treemaps
  • Artificial Intelligence in PowerBI

Project: Designing of sales dashboard

Module 4

Python Programming

We will focus on programming paradigms using Python. With this foundation, participants can understand how to write code to solve problems and perform automation tasks using Python.

INTRODUCTION TO PYTHON
  • Overview of python
  • Installation and setup
  • Python Syntax
  • Variables
  • Reserved words
  • Input and output
  • Comments in python

Data Types

  • Strings
  • Lists
  • Dictionary
  • Tuple
  • Sets
  • Numbers
  • Boolean
  • None

Operators

  • Arithmetic operators
  • Comparison operators
  • Logical operators
  • Assignment operator
  • Membership operator
  • Identity operator

Control Flow

  • If statement
  • elif

Loops

  • While loops
  • For loops
  • For in Loops

Functions

  • In-built functions
  • User-defined function
  • Function parameter
  • Lambda
  • Map, filler, reduce
  • *args and **kwargs

Modules

  • Modular programming
  • Python package

File Handling

  • Reading, Writing and appending files
  • Handling HTML and CSV Data
  • Manipulating Data with Python
Module 5

NumPy For Array Manipulation

Understand how to work with multi-dimensional arrays and integrate numpy with other libraries like Pandas and Matplotlib

Introduction to Numpy

  • What is NumPy (Numerical Python)?
  • Understanding dimensions

Numpy Basics

  • Array Creation
  • Array attributes

Random number generation

  • Random sampling
  • Random seeds

Array operation

  • Indexing numpy array
  • Slicing in NumPy
  • Arithmetic operations
  • Broadcasting
  • Mathematical Functions in Numpy
  • Sorting in numpy
  • Using Axis
Module 6

Pandas For Data Analysis

Hand-on data cleaning and analysis using Pandas. Can work with CSV, Excel, SQL and data from other sources.

Introduction to Pandas

  • Importing pandas libary
  • Creating a Pandas Series
  • Creating a Pandas DataFrame

Pandas Methods

  • Describe and info methods
  • Head and tail method
  • Apply method
  • Unique and nunique method
  • Sorting values
  • Counting values
  • Replacing values
  • Deleting values
  • Largest and lowest values

Manipulating data

  • Dealing with Rows and Columns in Pandas 
  • Extracting rows
  • Indexing and Selecting Data
  • Conditional filtering
  • Handling missing data

Grouping and merging data

  • Grouping data
  • Merging data
  • Joining data
  • Concatenating data
  • Working with date and time
  • Working with text data

Reading files

  • Read CSV files
  • Reading excel file
  • Reading HTML tables from websites

Project: Applying the knowledge gained to analyze hotel data and Uber.

Module 7

Matplotlib For Visualization

Learn how to plot data, style and adjust your chart with matplotlib.

Introduction

  • Overview of Matplotlib
  • Importing matplotlib
  • Plotting your first graph

Adjusting graph

  • Figure Class
  • Axes Class
  • Setting Limits and Tick labels
  • Multiple Plots
  • Adding a Legend?

Creating Different Types of Plots

  • Line Graph
  • Bar chart
  • Histograms
  • Scatter Plot
  • Pie Chart
  • Customizing Plots

Task: Grade student results and plot a graph to visualize it.

Module 8

Seaborn For Visualization

Use different types of charts to perform univariate and multivariate analyses.

Introduction

  • Importing seaborn
  • Using Seaborn with Matplotlib
  • Plotting graph using seaborn

Customizing Seaborn Plots

  • Changing Figure Aesthetic
  • Changing the figure Size
  • Scaling the plots
  • Color Palette
  • Multiple plots with Seaborn

Creating Different Types of Plots

Relational Plots

  • Scatter Plot
  • Line Plot

Categorical Plots

  • Bar Plot
  • Count Plot
  • Box Plot

Distribution Plots

  • Histogram
  • Distplot
  • Pairplot
  • Rugplot

Matrix Plots

  • Heatmap

Key takeaway: Understand how to create and style plots using Seaborn

Module 9

Github and Data Analytics

Portfolio building and collaboration

  • What is GitHub?
  • How to set up a GitHub account
  • Uploading your project to the GitHub repository
  • Downloading and forking code from GitHub
  • Documenting your work

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Module 10

AI and Data Analytics

The role of AI in data analytics

  • Why AI is the future
  • How to solve data analytics tasks by leveraging AI
  • How to stay relevant despite the advancement in AI
  • Career tips and positioning for job opportunities
Module 11

Introduction to Data Science

   Introduction and onboarding

  • Introduction to data science
  • Data analytics vs data science
  • Application of data science in real-world
  • Data science life cycle
  • Data science vs machine learning vs artificial intelligence
  • Data science expert areas

Module 12

Introduction to Statistics

  Introduction to statistics

  • What is statistics
  • Importance of statistics
  • Application of statistics in data science

Understanding Data

  • What is data
  • Types of data
  • Data attributes
  • Data sources
  • Structured and unstructured data

Statistical Methods

  • Types Of Statistics
  • Descriptive statistics
  • Frequency Distribution
  • Measures of Central Tendency
  • Measure of dispersion
  • Coefficient of variation 
  • Normal distribution
  • Interquartile range
  • Central Limit Theorem
  • Correlation
 

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Probability

  • Basic concepts of probability
  • Probability expression
  • Mutually Exclusive Events
  • Independent Events
  • Rules for Computing Probability
  • P-Value
  • Confidence Level

Bayes’ Theorem Hypothesis Testing

  • Null Vs Alternative hypothesis
  • One-tailed vs. two-tailed testing
  • Type 1 and Type 2 errors
  • Hypothesis Testing Process
Module 13

Machine Learning

 Understanding of how machine learning is used to make predictions and classifications and help businesses achieve more.

Getting Started with Machine Learning

  • What is Machine learning?
  • History and Evolution
  • Machine learning workflow
  • Machine learning vs programming vs AI
  • Key concepts in machine learning
  • Types of machine learning
  • Advantages of machine learning
  • Application of machine learning in real-world
  • Supervised and unsupervised learning

Data and Its Processing:

  • Introduction to Data in Machine Learning
  • Understanding Data Processing
  • Data Cleaning
  • Label Encoding of datasets
  • One Hot Encoding of Datasets

Naive Baye’s

  • Key concepts of Naive bayes
  • Baye’s theorem
  • The “Naive” Assumption
  • Algorithm steps
  • Feature selection
  • Advantages and limitations
  • Real-world application

Supervised learning :

Linear regression

  • Overview of linear regression
  • Types of linear regression
  • Mathematical representation
  • Cost function
  • Feature scaling
  • Regularization
  • Evaluation metrics
  • Assumptions and limitations

Logistic Regression

  • Overview of logistic regression
  • The logistic function
  • Model representation
  • Decision boundary
  • Cost function
  • Evaluation metrics
  • Feature engineering
  • Real-world application

K-Nearest Neigbhiour (KNN)

  • Overview of K-Nearest Neighbour
  • The core concept of “Neigbour” in KNN
  • Choosing K in KNN
  • Algorithm steps
  • Cross-validation
  • Advantages and limitations
  • Comparison with other algorithms
  • Application of KNN
  • Support Vector Machine
  • Overview of support vector machine (SVM)
  • Types of support vector machines
  • Key components of support vector machine
  • Hyperparameter
  • Advantages and disadvantages
  • Feature scaling
  • Application of support vector machine

Decision Tree

  • Key concepts of decision tree
  • Types of Decision Tree Tree components
  • Building decision tree
  • Splitting criteria
  • Hyperparameter
  • Advantages and limitation
  • Real-world application

Random Forest

  • Overview of random forest
  • Decision tree, bagging and random feature selection
  • Algorithm steps
  • Key parameters
  • Ensemble methods
  • Advantages and limitations
  • Application of random forest

Unsupervised learning

  • Overview of unsupervised learning
  • Differences between supervised and unsupervised learning
  • Clustering
  • Dimesionality reduction
  • Association rule
  • Evaluation metrics
  • Application of unsupervised learning
data analytics training in Lagos Nigeria
Google Review from over 80 students

Student Feedback

I attended Tech365. One of the key strengths of the training was its structured approach to covering complex concepts. The content was well-organized, starting from foundational knowledge and gradually delving into more advanced topics. This approach ensured that participants with varying levels of expertise could benefit from the training, making it accessible and engaging for everyone involved.

Dongo Cornelius

Tech365 is an ideal place for learning new skills in Information Technology. The teaching environment is great. The lecturers are very knowledgeable and are so willing to impart knowledge with patience and humour. My experience was so pleasant that I would love to go back and get an additional skill of interest.
I recommend Tech365 to anyone thinking of acquiring IT skills in an excellent and helpful environment.

Abiodun Adewodu

The in-depth teaching, and in relation to real-life applications, exploring different hands-on projects made it indeed brain-tasking and worthwhile. The patient and grounded tutors and most especially the patience in follow-ups even after the training period makes them an exceptional data school as this is really rare. The recommendations for opportunities and the community of like minds are absolutely commendable too.

Confidence Joseph

Tech 365 offers insightful and informative teachings. The courses are broken down in a way that even a layperson can easily understand. Everyone is made to see that tech can be simplified. I used to find tech-related courses quite challenging, and I struggled hard trying to learn it myself, but since joining Tech 365, I’ve discovered that it’s not as difficult as I expected. I can confidently say that you get real value for the money you invest.

Emmanuella Omolade

Tech365 is a great place to start from Novice to Ninja! There is no wuruwuru to the answer; The instructor takes you from the simplest example to the complex one solving them as simple as it could be. For every challenge encountered; it becomes another learning curve for knowledge. I will definitely recommend Tech365 who want solid background knowledge or a career shift in ICT. Thank you.

Oluwaseun Popoola

Training Fees

Data Science

Covers all the Data Analytics modules and Machine learning and deployment. 4 Months

N550,000

$600

Artificial Intelligence

Covers all the Data Analytics, machine learning and Artificial intelligence. 5 months

N1,200,000

$1,200

Frequently Asked Questions (FAQs)

As more companies are embracing artificial intelligence, the need for data analyst who will clean and process the data is on the increase. The demand for data analysts is growing rapidly across industries like finance, healthcare, e-commerce, marketing, and more as companies are increasingly relying on data-driven insights to make strategic decisions.

No prior programming experience is required. Our training approach is beginner friendly, and we work on several real world projects to help our student have deeper understanding of each module. However, you need to know how to operate the computer efficiently. 

We have weekend class for those who cannot attend the weekday class. 10am to 1pm (Nigerian Time)

You can pay N150,000 at the beginning of each month to attend the training.

Yes, it is recommended you come with your own laptop as it will help you to practice whatever you are learning. However, we provide laptop that can be used only within our premises if need be.

Depending on your budget, Core i7, 16 GB ram with SSD is best.

However, core i3 or i5 with 4gb or 8gb ram HDD will also work fine.

It can be HP, DELL, Mac or any other brand.

Yes. In fact, this is our strength. We are committed to supporting our students to ensure they succeed. You will be added to our WhatsApp group to connect with others and also ask questions.

We don’t guarantee job after the training. However, some of our students are connected to remote internships with companies like Accenture, PwC, KPMG etc. We share job alerts from time to time on available vacancies and tips that can help our students get job faster. We also offer CV review, LinkedIn profile optimization and letter of recommendation to diligent students.

All our training are physical at our Ikeja office. However, those who are outside Nigeria or living far can join online. Who join our classes from Canada, The UK, USA, UAE, Finland etc.

Yes. Tech365 was established to bridge the practical knowledge that people are lacking to secure a job. Hence, we focus on making the class beginner friendly with lots of projects to help the participants master the skill.

We issue a certificate of completion after the training. If you are interested in certification, you can pay to take certification exam by international bodies online.

You can chat with our representation using the WhatsApp chat button on our website or call the phone number at the top or bottom of this page. You can also click the register button on this page to show your interest and one of our team will reach out to you.

We don’t compete based on price. Our fees is based on the value we offer. If you want a place that will give you in-depth knowledge and value for your money, you are in the right place. Our past students are glad to learn from us as our training is hands-on and designed to make you job-ready. You can check what over 80 of our students had to say about our training on our Google review page.

Our Students Work at

devops engineering training bootcapmp Lagos Nigeria