Skip to content
Snippets Groups Projects
Commit 092e5907 authored by Pietro Zambelli's avatar Pietro Zambelli
Browse files

Fix typo

parent 424fc3ed
Branches main
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ else:
print("=" * 50)
print(f"BEST PRE-PROCESSING (10/{len(pre_scores)}):")
print(pre_scores.sort_values("hopkins", acending=False).loc[:10, :])
print(pre_scores.sort_values("hopkins", ascending=False).loc[:10, :])
print("-" * 50)
print("Hopkins statistics of main pre-processing options")
print(pre_scores["hopkins"].describe())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment