Skip to content
#

feature-selection

Here are 765 public repositories matching this topic...

evalml
freddyaboulton
freddyaboulton commented Jul 28, 2021

As a developer, If I want to add content to our notebook-based documentation, I typically modify the notebooks locally and then push changes up and open a PR.

The problem is that we don't want to check-in notebooks with cell outputs into our repo because it makes it harder to analyze the diff during PR reviews and it makes the notebooks larger.

This makes developing the notebooks a pain be

Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.

  • Updated Nov 29, 2020
  • Jupyter Notebook
chunyanyin11
chunyanyin11 commented Dec 21, 2018

Hello, when I ran your code got "TypeError: unhashable type: 'slice' ".Can you help me analyze the problem?thanks

`
import pandas as pd
from sklearn.linear_model import LogisticRegression
from feature_selection_ga import FeatureSelectionGA
data = pd.read_excel("D:\Project_CAD\实验6\data\train_data_1\train_1.xlsx")
x, y = data.iloc[:, :53], data.iloc[:, 56]
model = LogisticRegression()

This package can be used for dominance analysis or Shapley Value Regression for finding relative importance of predictors on given dataset. This library can be used for key driver analysis or marginal resource allocation models.

  • Updated Jun 17, 2021
  • Python

Improve this page

Add a description, image, and links to the feature-selection 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 feature-selection topic, visit your repo's landing page and select "manage topics."

Learn more