Skip to content

Commit

Permalink
rebase error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chachaleo committed Dec 18, 2023
1 parent a674125 commit 3330dd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/operators/ml.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ use orion::operators::ml::tree_ensemble::tree_ensemble_regressor::{
TreeEnsembleRegressor, TreeEnsembleRegressorImpl, TreeEnsembleRegressorTrait, AGGREGATE_FUNCTION
};
use orion::operators::ml::linear::linear_regressor::{LinearRegressorTrait, LinearRegressorImpl, LinearRegressor};
use orion::operators::ml::linear::linear_regressor::{
LinearRegressorTrait, LinearRegressorImpl, LinearRegressor
};

0 comments on commit 3330dd0

Please sign in to comment.