Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One syntax error and some spelling errors fixed #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JoshuaMarksberry
Copy link

@JoshuaMarksberry JoshuaMarksberry commented Sep 5, 2020

#Syntax error
print('total features: {}'.format((X_train.shape[1])))
print('selected features: {}'.format(len(selected_feat)))
print('features with coefficients shrank to zero: {}'.format(
np.sum(feature_sel_model.estimator_.coef_ == 0))) #<----------This line to the left was causing the error

Markdown error:
Dataset to download from the below link or you could say (Download the dataset by clicking on the link below)

1st comment had error
for feature selection

2nd comment had two errors
to visualize all the columns in the dataframe

use "ed" is for past tense # For a example: Yesterday I updated my github account.

#Syntax error 
print('total features: {}'.format((X_train.shape[1])))
print('selected features: {}'.format(len(selected_feat)))
print('features with coefficients shrank to zero: {}'.format(
     np.sum(feature_sel_model.estimator_.coef_ == 0)))                       #<----------This line to the left was causing the error

# Markdown error: 
# Dataset to download from the below link or you could say (Download the dataset by clicking on the link below)

# 1st comment had error 
## for feature selection

# 2nd comment had two errors
# to visualize all the columns in the dataframe

# use "ed" is for past tense # For a example: Yesterday I updated my github account.
@JoshuaMarksberry JoshuaMarksberry marked this pull request as ready for review September 5, 2020 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant