-
Notifications
You must be signed in to change notification settings - Fork 13
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
Python versions update #15
Conversation
Signed-off-by: Bernard Kleynhans <[email protected]>
Signed-off-by: Kleynhans, Bernard <[email protected]>
@@ -13,7 +13,6 @@ | |||
import numpy as np | |||
import pandas as pd | |||
import seaborn as sns | |||
from catboost import CatBoostClassifier, CatBoostRegressor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for my own learning -- we are dropping CatBoost because it is ? slow? library version complaincy?
Probbaly wanna mention this one in the Changelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just considering it for now. Running into some discrepancies between running tests local vs using GH CI and the Catboost pip installation has been failing on and off. So I'm using GH to easily test across all OS and Python versions (and don't know how to do that without creating PR).
Feel free to ignore PR for now - I will tag you when ready.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah cool idea on using GH for testing 👍
from tests.test_base import BaseTest | ||
|
||
|
||
class TestUtils(BaseTest): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah --thank you!
Signed-off-by: Kleynhans, Bernard <[email protected]>
Signed-off-by: Kleynhans, Bernard <[email protected]>
No description provided.