Skip to content
#

chi-square-test

Here are 2 public repositories matching this topic...

"A set of Jupyter Notebooks on feature selection methods in Python for machine learning. It covers techniques like constant feature removal, correlation analysis, information gain, chi-square testing, univariate selection, and feature importance, with datasets included for practical application.

  • Updated May 28, 2023
  • Jupyter Notebook

In this notebook, I applied statistical methods for imbalanced data analysis. In terms of basics, it starts with null check, data description and handling missing values. There exists right skewness in data for numerical columns. Shapiro-Wilk and Anderson darling tests are applied to prove that data is not distributed normally. Outlier detection…

  • Updated Dec 19, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the chi-square-test topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chi-square-test topic, visit your repo's landing page and select "manage topics."

Learn more