Skip to content

Instantly share code, notes, and snippets.

View pmarcelino's full-sized avatar

Pedro Marcelino pmarcelino

View GitHub Profile
@pmarcelino
pmarcelino / feature_selection_univariate.ipynb
Created July 3, 2018 09:54
Univariate feature selection
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pmarcelino
pmarcelino / feature_selection_models.ipynb
Created July 11, 2018 04:20
Feature selection using SelectFromModel
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pmarcelino
pmarcelino / data_cleaning_general_data_types.ipynb
Created August 3, 2018 05:27
Data cleaning - General - Data types
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pmarcelino
pmarcelino / data_cleaning_general_dup_features.ipynb
Last active August 3, 2018 10:48
Data cleaning - General - Duplicated features
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pmarcelino
pmarcelino / data_cleaning_general_constant_features.ipynb
Created August 3, 2018 10:48
Data cleaning - General - Constant features
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pmarcelino
pmarcelino / data_cleaning_general_dup_rows.ipynb
Created August 3, 2018 10:49
Data cleaning - General - Duplicated rows
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pmarcelino
pmarcelino / data_cleaning_general_shuffle_data.ipynb
Created August 3, 2018 10:49
Data cleaning - General - Shuffle data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pmarcelino
pmarcelino / data_cleaning_general_values_out_range.ipynb
Created August 3, 2018 10:50
Data cleaning - General - Values out of range
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Missing Data"
]
},
{