Skip to content
#

feature-selection

Here are 582 public repositories matching this topic...

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 Jul 6, 2020
  • 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

You can’t perform that action at this time.