Skip to content

Conversation

cademack
Copy link
Member

@cademack cademack commented Aug 7, 2024

Adds warnings in two situations:

  1. When new cases are trained that contain values which violate boundaries set in the feature attributes.
  2. When feature attributes are set with boundaries that are violated by existing cases.

Also mildly refactors #train by moving a lot of the post-train logic into a new private helper method.

@cademack cademack requested a review from a team as a code owner August 7, 2024 18:35
(if
(<
(retrieve_from_entity
(first (contained_entities (list
Copy link
Member

@howsoRes howsoRes Aug 8, 2024

Choose a reason for hiding this comment

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

change this code and the one below to be:

(first (contained_entities
    (list (query_exists feature) (query_min feature 1))
))

@cademack cademack marked this pull request as draft September 16, 2024 18:07
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.

3 participants