Choosing the Criterion
The preprocessed file is already put in the code editor!
As we did with the first A/B test, we will do it now. We need to:
- Look at the distribution of the data;
- Choosing the table below decide what criterion to select for the work.
Завдання
Swipe to start coding
- Import the
seaborn
with thesns
alias. - Import the
scipy
. - Import the
statsmodels.api
with thesm
alias. - Build the
distplot
using thesns
library and the'contact_views_number'
column. - Build the
qqplot
using thesm
library and the'contact_views_number'
column. - Perform the
normaltest
with the'contact_views_number'
column.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 4
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Suggested prompts:
Сумаризуйте цей розділ
Пояснити код у file
Пояснити, чому file не вирішує завдання
Awesome!
Completion rate improved to 4.55
Choosing the Criterion
Свайпніть щоб показати меню
The preprocessed file is already put in the code editor!
As we did with the first A/B test, we will do it now. We need to:
- Look at the distribution of the data;
- Choosing the table below decide what criterion to select for the work.
Завдання
Swipe to start coding
- Import the
seaborn
with thesns
alias. - Import the
scipy
. - Import the
statsmodels.api
with thesm
alias. - Build the
distplot
using thesns
library and the'contact_views_number'
column. - Build the
qqplot
using thesm
library and the'contact_views_number'
column. - Perform the
normaltest
with the'contact_views_number'
column.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Awesome!
Completion rate improved to 4.55Секція 3. Розділ 4
single