├── DATA_OUT ├── eda_information.xlsx ├── graphics.zip └── graphics │ ├── Cheddok.jpg │ ├── acf_MntWines.jpg │ ├── acf_Value.jpg │ ├── boxplot_AcceptedCmp1.jpg │ ├── boxplot_AcceptedCmp2.jpg │ ├── boxplot_AcceptedCmp3.jpg │ ├── boxplot_AcceptedCmp4.jpg │ ├── boxplot_AcceptedCmp5.jpg │ ├── boxplot_Binary_Target.jpg │ ├── boxplot_Complain.jpg │ ├── boxplot_ID.jpg │ ├── boxplot_Income.jpg │ ├── boxplot_Kidhome.jpg │ ├── boxplot_MntFishProducts.jpg │ ├── boxplot_MntFruits.jpg │ ├── boxplot_MntGoldProds.jpg │ ├── boxplot_MntMeatProducts.jpg │ ├── boxplot_MntSweetProducts.jpg │ ├── boxplot_MntWines.jpg │ ├── boxplot_NumCatalogPurchases.jpg │ ├── boxplot_NumDealsPurchases.jpg │ ├── boxplot_NumStorePurchases.jpg │ ├── boxplot_NumWebPurchases.jpg │ ├── boxplot_NumWebVisitsMonth.jpg │ ├── boxplot_Numeric_Feature.jpg │ ├── boxplot_Recency.jpg │ ├── boxplot_Response.jpg │ ├── boxplot_Teenhome.jpg │ ├── boxplot_Value.jpg │ ├── boxplot_Year_Birth.jpg │ ├── boxplot_Z_CostContact.jpg │ ├── boxplot_Z_Revenue.jpg │ ├── categorical_distribution_Category.jpg │ ├── categorical_distribution_Education.jpg │ ├── categorical_distribution_Marital_Status.jpg │ ├── categorical_distribution_Response_2.jpg │ ├── categorical_vs_target_Category.jpg │ ├── categorical_vs_target_Education.jpg │ ├── categorical_vs_target_Marital_Status.jpg │ ├── categorical_vs_target_Response_2.jpg │ ├── correlation.jpg │ ├── datetime_attribute_distribution_Год.jpg │ ├── datetime_attribute_distribution_День.jpg │ ├── datetime_attribute_distribution_Месяц.jpg │ ├── datetime_attribute_distribution_Час.jpg │ ├── excell_graphics.g.jpg │ ├── kde_distribution_AcceptedCmp1.jpg │ ├── kde_distribution_AcceptedCmp2.jpg │ ├── kde_distribution_AcceptedCmp3.jpg │ ├── kde_distribution_AcceptedCmp4.jpg │ ├── kde_distribution_AcceptedCmp5.jpg │ ├── kde_distribution_Binary_Target.jpg │ ├── kde_distribution_Complain.jpg │ ├── kde_distribution_ID.jpg │ ├── kde_distribution_Income.jpg │ ├── kde_distribution_Kidhome.jpg │ ├── kde_distribution_MntFishProducts.jpg │ ├── kde_distribution_MntFruits.jpg │ ├── kde_distribution_MntGoldProds.jpg │ ├── kde_distribution_MntMeatProducts.jpg │ ├── kde_distribution_MntSweetProducts.jpg │ ├── kde_distribution_MntWines.jpg │ ├── kde_distribution_NumCatalogPurchases.jpg │ ├── kde_distribution_NumDealsPurchases.jpg │ ├── kde_distribution_NumStorePurchases.jpg │ ├── kde_distribution_NumWebPurchases.jpg │ ├── kde_distribution_NumWebVisitsMonth.jpg │ ├── kde_distribution_Numeric_Feature.jpg │ ├── kde_distribution_Recency.jpg │ ├── kde_distribution_Response.jpg │ ├── kde_distribution_Teenhome.jpg │ ├── kde_distribution_Value.jpg │ ├── kde_distribution_Year_Birth.jpg │ ├── kde_summary.xlsx │ ├── numeric_pairplot.jpg │ ├── pacf_MntWines.jpg │ ├── pacf_Value.jpg │ ├── raspredelenie.jpg │ ├── resume.jpg │ ├── seasonality_heatmap_MntWines.jpg │ ├── seasonality_heatmap_Value.jpg │ ├── sopr.jpg │ ├── stl_decomposition_MntWines.jpg │ ├── stl_decomposition_Value.jpg │ ├── target_distribution_Binary_Target.jpg │ ├── target_distribution_Response.jpg │ ├── time_intervals_Date.jpg │ ├── time_intervals_дней_Date.jpg │ ├── time_intervals_дней_Dt_Customer.jpg │ ├── time_intervals_лет_Date.jpg │ ├── time_intervals_лет_Dt_Customer.jpg │ ├── time_intervals_месяцев_Date.jpg │ ├── time_intervals_месяцев_Dt_Customer.jpg │ ├── time_intervals_недель_Date.jpg │ ├── time_intervals_недель_Dt_Customer.jpg │ ├── time_intervals_часов_Date.jpg │ ├── time_intervals_часов_Dt_Customer.jpg │ ├── time_series_MntWines.jpg │ ├── time_series_with_table_MntWines.jpg │ ├── zscore_boxplot_AcceptedCmp1.jpg │ ├── zscore_boxplot_AcceptedCmp2.jpg │ ├── zscore_boxplot_AcceptedCmp3.jpg │ ├── zscore_boxplot_AcceptedCmp4.jpg │ ├── zscore_boxplot_AcceptedCmp5.jpg │ ├── zscore_boxplot_Binary_Target.jpg │ ├── zscore_boxplot_Complain.jpg │ ├── zscore_boxplot_ID.jpg │ ├── zscore_boxplot_Income.jpg │ ├── zscore_boxplot_Kidhome.jpg │ ├── zscore_boxplot_MntFishProducts.jpg │ ├── zscore_boxplot_MntFruits.jpg │ ├── zscore_boxplot_MntGoldProds.jpg │ ├── zscore_boxplot_MntMeatProducts.jpg │ ├── zscore_boxplot_MntSweetProducts.jpg │ ├── zscore_boxplot_MntWines.jpg │ ├── zscore_boxplot_NumCatalogPurchases.jpg │ ├── zscore_boxplot_NumDealsPurchases.jpg │ ├── zscore_boxplot_NumStorePurchases.jpg │ ├── zscore_boxplot_NumWebPurchases.jpg │ ├── zscore_boxplot_NumWebVisitsMonth.jpg │ ├── zscore_boxplot_Numeric_Feature.jpg │ ├── zscore_boxplot_Recency.jpg │ ├── zscore_boxplot_Response.jpg │ ├── zscore_boxplot_Teenhome.jpg │ ├── zscore_boxplot_Value.jpg │ ├── zscore_boxplot_Year_Birth.jpg │ ├── zscore_boxplot_Z_CostContact.jpg │ └── zscore_boxplot_Z_Revenue.jpg ├── README.md ├── data_1.csv ├── eda_script.py └── test_script.ipynb /DATA_OUT/eda_information.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/eda_information.xlsx -------------------------------------------------------------------------------- /DATA_OUT/graphics.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics.zip -------------------------------------------------------------------------------- /DATA_OUT/graphics/Cheddok.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/Cheddok.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/acf_MntWines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/acf_MntWines.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/acf_Value.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/acf_Value.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_AcceptedCmp1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_AcceptedCmp1.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_AcceptedCmp2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_AcceptedCmp2.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_AcceptedCmp3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_AcceptedCmp3.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_AcceptedCmp4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_AcceptedCmp4.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_AcceptedCmp5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_AcceptedCmp5.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Binary_Target.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Binary_Target.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Complain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Complain.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_ID.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_ID.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Income.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Income.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Kidhome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Kidhome.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_MntFishProducts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_MntFishProducts.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_MntFruits.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_MntFruits.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_MntGoldProds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_MntGoldProds.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_MntMeatProducts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_MntMeatProducts.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_MntSweetProducts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_MntSweetProducts.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_MntWines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_MntWines.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_NumCatalogPurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_NumCatalogPurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_NumDealsPurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_NumDealsPurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_NumStorePurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_NumStorePurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_NumWebPurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_NumWebPurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_NumWebVisitsMonth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_NumWebVisitsMonth.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Numeric_Feature.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Numeric_Feature.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Recency.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Recency.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Response.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Response.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Teenhome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Teenhome.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Value.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Value.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Year_Birth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Year_Birth.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Z_CostContact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Z_CostContact.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/boxplot_Z_Revenue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/boxplot_Z_Revenue.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/categorical_distribution_Category.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/categorical_distribution_Category.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/categorical_distribution_Education.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/categorical_distribution_Education.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/categorical_distribution_Marital_Status.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/categorical_distribution_Marital_Status.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/categorical_distribution_Response_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/categorical_distribution_Response_2.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/categorical_vs_target_Category.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/categorical_vs_target_Category.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/categorical_vs_target_Education.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/categorical_vs_target_Education.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/categorical_vs_target_Marital_Status.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/categorical_vs_target_Marital_Status.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/categorical_vs_target_Response_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/categorical_vs_target_Response_2.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/correlation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/correlation.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/datetime_attribute_distribution_Год.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/datetime_attribute_distribution_Год.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/datetime_attribute_distribution_День.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/datetime_attribute_distribution_День.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/datetime_attribute_distribution_Месяц.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/datetime_attribute_distribution_Месяц.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/datetime_attribute_distribution_Час.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/datetime_attribute_distribution_Час.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/excell_graphics.g.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/excell_graphics.g.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_AcceptedCmp1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_AcceptedCmp1.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_AcceptedCmp2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_AcceptedCmp2.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_AcceptedCmp3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_AcceptedCmp3.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_AcceptedCmp4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_AcceptedCmp4.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_AcceptedCmp5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_AcceptedCmp5.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_Binary_Target.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_Binary_Target.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_Complain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_Complain.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_ID.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_ID.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_Income.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_Income.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_Kidhome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_Kidhome.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_MntFishProducts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_MntFishProducts.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_MntFruits.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_MntFruits.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_MntGoldProds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_MntGoldProds.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_MntMeatProducts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_MntMeatProducts.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_MntSweetProducts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_MntSweetProducts.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_MntWines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_MntWines.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_NumCatalogPurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_NumCatalogPurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_NumDealsPurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_NumDealsPurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_NumStorePurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_NumStorePurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_NumWebPurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_NumWebPurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_NumWebVisitsMonth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_NumWebVisitsMonth.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_Numeric_Feature.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_Numeric_Feature.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_Recency.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_Recency.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_Response.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_Response.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_Teenhome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_Teenhome.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_Value.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_Value.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_distribution_Year_Birth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_distribution_Year_Birth.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/kde_summary.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/kde_summary.xlsx -------------------------------------------------------------------------------- /DATA_OUT/graphics/numeric_pairplot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/numeric_pairplot.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/pacf_MntWines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/pacf_MntWines.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/pacf_Value.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/pacf_Value.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/raspredelenie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/raspredelenie.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/resume.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/resume.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/seasonality_heatmap_MntWines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/seasonality_heatmap_MntWines.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/seasonality_heatmap_Value.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/seasonality_heatmap_Value.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/sopr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/sopr.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/stl_decomposition_MntWines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/stl_decomposition_MntWines.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/stl_decomposition_Value.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/stl_decomposition_Value.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/target_distribution_Binary_Target.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/target_distribution_Binary_Target.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/target_distribution_Response.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/target_distribution_Response.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_Date.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_Date.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_дней_Date.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_дней_Date.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_дней_Dt_Customer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_дней_Dt_Customer.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_лет_Date.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_лет_Date.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_лет_Dt_Customer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_лет_Dt_Customer.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_месяцев_Date.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_месяцев_Date.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_месяцев_Dt_Customer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_месяцев_Dt_Customer.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_недель_Date.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_недель_Date.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_недель_Dt_Customer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_недель_Dt_Customer.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_часов_Date.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_часов_Date.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_intervals_часов_Dt_Customer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_intervals_часов_Dt_Customer.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_series_MntWines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_series_MntWines.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/time_series_with_table_MntWines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/time_series_with_table_MntWines.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_AcceptedCmp1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_AcceptedCmp1.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_AcceptedCmp2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_AcceptedCmp2.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_AcceptedCmp3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_AcceptedCmp3.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_AcceptedCmp4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_AcceptedCmp4.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_AcceptedCmp5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_AcceptedCmp5.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Binary_Target.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Binary_Target.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Complain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Complain.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_ID.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_ID.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Income.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Income.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Kidhome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Kidhome.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_MntFishProducts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_MntFishProducts.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_MntFruits.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_MntFruits.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_MntGoldProds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_MntGoldProds.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_MntMeatProducts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_MntMeatProducts.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_MntSweetProducts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_MntSweetProducts.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_MntWines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_MntWines.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_NumCatalogPurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_NumCatalogPurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_NumDealsPurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_NumDealsPurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_NumStorePurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_NumStorePurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_NumWebPurchases.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_NumWebPurchases.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_NumWebVisitsMonth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_NumWebVisitsMonth.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Numeric_Feature.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Numeric_Feature.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Recency.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Recency.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Response.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Response.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Teenhome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Teenhome.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Value.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Value.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Year_Birth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Year_Birth.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Z_CostContact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Z_CostContact.jpg -------------------------------------------------------------------------------- /DATA_OUT/graphics/zscore_boxplot_Z_Revenue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/DATA_OUT/graphics/zscore_boxplot_Z_Revenue.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/README.md -------------------------------------------------------------------------------- /data_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/data_1.csv -------------------------------------------------------------------------------- /eda_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/eda_script.py -------------------------------------------------------------------------------- /test_script.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeKonnnn/Exploratory_Data_Analysis/HEAD/test_script.ipynb --------------------------------------------------------------------------------