Skip to content
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

feat(spark): model quality and drift for current - multiclass classification #74

Merged
merged 6 commits into from
Jul 2, 2024

Conversation

rivamarco
Copy link
Member

In this PR:

  • added model quality for multiclass classification
  • added drift for multiclass classification
  • some refactoring

@@ -95,3 +97,47 @@ def get_all_variables(self) -> List[ColumnDefinition]:
+ [self.model.timestamp]
+ self.model.outputs.output
)

def get_string_indexed_dataframe(self, reference: ReferenceDataset):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

index is calculated both with reference and current

@rivamarco rivamarco merged commit 14d2cb9 into main Jul 2, 2024
5 checks passed
@rivamarco rivamarco deleted the feature/ROS-285-model-quality-current-multiclass branch July 2, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants