sapientml / core

A SapientML plugin of SapientMLGenerator
Apache License 2.0
10 stars 12 forks source link

feat: add all metrics at notebook. #54

Closed arima-tsukasa closed 5 months ago

arima-tsukasa commented 7 months ago

@kimusaku @AkiraUra

fixes : sapientml/sapientml#72 Change final_script.py and final_script.py.ipynb to display the metrics that can be output. It is as follows.

However, Map@K is displayed only when specified.

arima-tsukasa commented 6 months ago

https://github.com/sapientml/core/pull/54#pullrequestreview-1921759445

Duplicate evaluation removed.

arima-tsukasa commented 6 months ago

updated catboost from 1.2.2 to 1.2.3. Corrected actions for changes.

https://github.com/catboost/catboost/releases/tag/v1.2.3 [Breaking change]. Support a separate boolean target type, now predictions for models that have been trained with boolean targets will also be boolean instead of , strings as before. Such models will be incompatible with the previous versions of CatBoost appliers. If you want the old behavior convert your target to , strings before training. #1954ClassTrueFalseFalseTrue

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (main@86ba588). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ======================================= Coverage ? 63.76% ======================================= Files ? 36 Lines ? 2848 Branches ? 0 ======================================= Hits ? 1816 Misses ? 1032 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.