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

Update SKLL to v3.2.0 #591

Merged
merged 3 commits into from
Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pandas
parameterized
pre-commit
seaborn
skll==3.1.0
skll==3.2.0
sphinx<6.0
sphinx_rtd_theme
statsmodels
Expand Down
2 changes: 1 addition & 1 deletion rsmtool/modeler.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def skll_learner_params_to_dataframe(learner):
# get the intercept, coefficients, and feature names
intercept = learner.model.intercept_
coefficients = learner.model.coef_
feature_names = learner.feat_vectorizer.get_feature_names()
feature_names = learner.feat_vectorizer.get_feature_names_out()

# first create a sorted data frame for all the non-intercept features
df_non_intercept = pd.DataFrame({"feature": feature_names, "coefficient": coefficients})
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.