Stavros Theocharis

Results 8 issues of Stavros Theocharis

**Description** For the user it should be optional to upload the nonprocessed data for some reasons: a) we do not actually need them for now. Only for enhancement in the...

good first issue
refactor

**Description** There is a need to change the typing in some functions **Solution** - dict should be Dict with additional parts inside eg. Dict[str, float] - In some parts that...

good first issue
tech debt

We use "train_test_split" in "src/analytics/models/pipelines" at lines 40 & 98. In case that after the splitting only one class remains at the train set, an error will follow based on...

bug
good first issue

**Description** In schema "PerformanceMetric" there is a misalignment between the BinaryClassificationMetricsPipelineResult and the MultiClassificationMetricsPipelineResult. In the first one the true_negative, false_positive, etc. are on the outer level. On the other...

good first issue
refactor

**Description** The user has to give together the timestamp in a column with the processed Dataframe **Solution** Inside the log_inferences function we have to take timestamps as a new series...

discussion needed
enhancement

**Description** The user can only upload the actuals together with the other data in the log_inferences function. There should be another function in SDK in order that the user will...

enhancement
good first issue

**Description** Need to add tests for streamlit

tech debt

**Description** The XAI pipeline runs produces a custom dictionary as an output. This output is not easy to be visualized in the streamlit. In addition, this XAI requires a connection...

tech debt
refactor