Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauro98 committed Jan 2, 2021
1 parent 685abe6 commit 6e91574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub trait IncrementalFit<'a, R: Records, T: Targets> {
type ObjectIn: 'a;
type ObjectOut: 'a;

fn fit_with(&self, model: Self::ObjectIn, dataset: &'a Dataset<R, T>) -> Self::ObjectOut;
fn fit_with(&self, model: Self::ObjectIn, dataset: &'a DatasetBase<R, T>) -> Self::ObjectOut;
}

/// Predict with model
Expand Down

0 comments on commit 6e91574

Please sign in to comment.