Skip to content

Commit

Permalink
Update database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Guidotti committed Feb 11, 2024
1 parent 8e8e19e commit faad5c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bornrule/sql/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ def _sql_transform(self, items, concat, name):
1.0 AS {self.w}
FROM
{table}
WHERE
{items[2]} IS NOT NULL
"""

def _sql_partial_fit(self, items, sample_weight):
Expand Down

0 comments on commit faad5c3

Please sign in to comment.