Skip to content

Commit

Permalink
imported package
Browse files Browse the repository at this point in the history
  • Loading branch information
sgskung committed Apr 11, 2023
1 parent 72356c2 commit 1238540
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wineclassification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"from src.preprocess import preprocessor\n",
"from src.grapher import correlation_table, bar_chart, vis_tree, compare_scores, show_coefficients, show_correct\n",
"\n",
"from dsci_310_group_11_pkg.preprocess import preprocessor\n",
"from dsci_310_group_11_pkg.pipeline import pipe_build\n",
"from dsci_310_group_11_pkg.optimize import hp_optimizer \n",
"from dsci_310_group_11_pkg.grapher import correlation_table, bar_chart, vis_tree, compare_scores, show_coefficients, show_correct, class_report\n",
"\n",
"import warnings\n",
"warnings.simplefilter(action='ignore', category=FutureWarning)"
]
Expand Down

0 comments on commit 1238540

Please sign in to comment.