Course Content
How and Why to Register
Dear, to register for the 6 months AI and Data Science Mentorship Program, click this link and fill the form give there: https://shorturl.at/fuMX6
0/2
Day-17: Complete EDA on Google PlayStore Apps
0/1
Day-25: Quiz Time, Data Visualization-4
0/1
Day-27: Data Scaling/Normalization/standardization and Encoding
0/2
Day-30: NumPy (Part-3)
0/1
Day-31: NumPy (Part-4)
0/1
Day-32a: NumPy (Part-5)
0/1
Day-32b: Data Preprocessing / Data Wrangling
0/1
Day-37: Algebra in Data Science
0/1
Day-56: Statistics for Data Science (Part-5)
0/1
Day-69: Machine Learning (Part-3)
0/1
Day-75: Machine Learning (Part-9)
0/1
Day-81: Machine Learning (Part-15)-Evaluation Metrics
0/2
Day-82: Machine Learning (Part-16)-Metrics for Classification
0/1
Day-85: Machine Learning (Part-19)
0/1
Day-89: Machine Learning (Part-23)
0/1
Day-91: Machine Learning (Part-25)
0/1
Day-93: Machine Learning (Part-27)
0/1
Day-117: Deep Learning (Part-14)-Complete CNN Project
0/1
Day-119: Deep Learning (Part-16)-Natural Language Processing (NLP)
0/2
Day-121: Time Series Analysis (Part-1)
0/1
Day-123: Time Series Analysis (Part-3)
0/1
Day-128: Time Series Analysis (Part-8): Complete Project
0/1
Day-129: git & GitHub Crash Course
0/1
Day-131: Improving Machine/Deep Learning Model’s Performance
0/2
Day-133: Transfer Learning and Pre-trained Models (Part-2)
0/1
Day-134 Transfer Learning and Pre-trained Models (Part-3)
0/1
Day-137: Generative AI (Part-3)
0/1
Day-139: Generative AI (Part-5)-Tensorboard
0/1
Day-145: Streamlit for webapp development and deployment (Part-1)
0/3
Day-146: Streamlit for webapp development and deployment (Part-2)
0/1
Day-147: Streamlit for webapp development and deployment (Part-3)
0/1
Day-148: Streamlit for webapp development and deployment (Part-4)
0/2
Day-149: Streamlit for webapp development and deployment (Part-5)
0/1
Day-150: Streamlit for webapp development and deployment (Part-6)
0/1
Day-151: Streamlit for webapp development and deployment (Part-7)
0/1
Day-152: Streamlit for webapp development and deployment (Part-8)
0/1
Day-153: Streamlit for webapp development and deployment (Part-9)
0/1
Day-154: Streamlit for webapp development and deployment (Part-10)
0/1
Day-155: Streamlit for webapp development and deployment (Part-11)
0/1
Day-156: Streamlit for webapp development and deployment (Part-12)
0/1
Day-157: Streamlit for webapp development and deployment (Part-13)
0/1
How to Earn using Data Science and AI skills
0/1
Day-160: Flask for web app development (Part-3)
0/1
Day-161: Flask for web app development (Part-4)
0/1
Day-162: Flask for web app development (Part-5)
0/1
Day-163: Flask for web app development (Part-6)
0/1
Day-164: Flask for web app development (Part-7)
0/2
Day-165: Flask for web app deployment (Part-8)
0/1
Day-167: FastAPI (Part-2)
0/1
Day-168: FastAPI (Part-3)
0/1
Day-169: FastAPI (Part-4)
0/1
Day-170: FastAPI (Part-5)
0/1
Day-171: FastAPI (Part-6)
0/1
Day-174: FastAPI (Part-9)
0/1
Six months of AI and Data Science Mentorship Program
0%
55 votes, 4.5 avg
1107

You have to finish this quiz in 40 Minutes (2400 seconds)

Time up!


Exploratory Data Analysis (Basic to Advance)

This quiz will check if you have any advance knowledge of EDA

The number of attempts remaining is 5

Which plot is used to visualize the distribution of a categorical variable?

Why might you use a 3D plot in EDA?

Which plot is commonly used to visualize hierarchical clustering?

What is the primary goal of the Chi-square test in EDA?

Which method is commonly used to handle missing data?

How is the mean of a dataset calculated?

Why is outlier detection important in EDA?

What does the term 'Outlier' signify in a dataset?

Which method is used to calculate the correlation matrix?

Which method is commonly used for non-linear dimensionality reduction?

What is the benefit of using a violin plot in EDA?

What is the primary goal of Linear Discriminant Analysis (LDA) in EDA?

What is the purpose of hypothesis testing in EDA?

What is the main objective of normalization in data processing?

What is the purpose of a scatter matrix plot in EDA?

Which technique is commonly used for anomaly detection in time series data?

How can you determine the strength of a relationship between two variables?

Which plot can be used to visualize the distribution of categorical data?

Which graph is used to display the relationship between two categorical variables?

What does the term 'Feature Extraction' refer to in EDA?

What is the purpose of data cleaning in EDA?

What is the significance of the variance in a dataset?

What is the significance of the median in a dataset?

Why might you use a box plot in EDA?

What is the purpose of data transformation in EDA?

Why is feature engineering important in EDA?

What is the primary goal of forecasting in time series analysis?

What is the null hypothesis in hypothesis testing?

What is the purpose of binning or bucketing data in EDA?

How can you describe the skewness of a dataset?

Which measure is commonly used to understand the dispersion or spread in a dataset?

What is the purpose of a Pair Plot in EDA?

Why is time series analysis important in EDA?

Which method is commonly used to handle missing categorical data?

What is the IQR (Interquartile Range) used for in EDA?

What is the alternative hypothesis in hypothesis testing?

Which plot is commonly used to visualize the correlation between variables?

What is the purpose of dimensionality reduction in EDA?

Why might you perform a log transformation on a dataset?

Which method is commonly used for feature extraction in EDA?

Which method is commonly used for linear dimensionality reduction?

Which clustering method does not require the number of clusters to be specified a priori?

What does the term 'Multivariate Analysis' refer to in EDA?

Why are heatmaps used in EDA?

What does multivariate analysis allow you to do?

Which plot is used to visualize the relationships between more than two variables?

What is the benefit of encoding categorical data into numerical data?

In the Titanic dataset how would you find the number of passengers who survived?

What does a histogram represent?

What is the benefit of scaling data in EDA?

What is the primary goal of dimensionality reduction in EDA?

Why might you use logistic regression in EDA?

What is the purpose of one-hot encoding in handling categorical data?

What is the primary goal of feature selection in EDA?

How are missing values represented in a Pandas DataFrame?

What does the term 'Encoding' refer to in handling categorical data?

What does the term 'Bivariate Analysis' refer to in EDA?

What is the primary objective of Exploratory Data Analysis (EDA)?

How can you handle imbalanced data in a dataset?

What is the primary goal of correlation analysis?

Which plot is commonly used to visualize the distribution of a continuous variable?

What does the term 'Kurtosis' signify in a dataset?

What is the primary purpose of data transformation in EDA?

What is a Quantile in a dataset?

What is the main challenge in handling categorical data in EDA?

Which method is commonly used to test the normality of a dataset?

What is the purpose of binning data in EDA?

What is the primary purpose of advanced visualization techniques in EDA?

Which measure provides the spread of data around the mean?

Which plot is often used in time series analysis?

Which test is commonly used to compare the means of two groups?

How can you handle missing values in time series data?

Which method is used to replace missing values in a dataset?

Which method is commonly used to identify the optimal number of clusters in a dataset?

What is the primary goal of statistical inference in EDA?

What does a scatter plot signify?

Which method is used to calculate the correlation between variables?

What does the p-value signify in hypothesis testing?

Which method is commonly used to calculate the covariance between variables?

Which plot is used to visualize the relationship between a numerical and a categorical variable?

Which method is commonly used for seasonal decomposition of time series?

What is the main objective of clustering in EDA?

Which method is commonly used to impute missing values in a dataset?

Which plot is used to visualize the distribution of a dataset?

Which method is used to identify the unique values in a column of a DataFrame?

What is the purpose of a box plot in EDA?

What does a Box Plot represent?

What is the goal of anomaly detection in EDA?

What is the primary goal of forecasting models in time series analysis?

Which measure is used to understand the spread of a dataset?

Your score is

0%

Rate and Review this quiz!

Thank you for your feedback!

    This quiz will show us if you have completed pyhton ka chilla which the pre requisite for this course or not?

    Comment below your marks, 80% are the passing marks and time is 40 minutes with only 5 attempts.

     

     

    0% Complete