File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1212import math
1313from collections import defaultdict
1414import itertools
15+ from functools import partial
1516from itertools import combinations
1617from itertools import product
1718from typing import Dict , Any
4647from sklearn .ensemble import RandomForestClassifier
4748from sklearn .ensemble import RandomForestRegressor
4849from sklearn .ensemble import RandomTreesEmbedding
49- < << << << HEAD
50- from sklearn .model_selection import train_test_split
51- == == == =
52- from sklearn .metrics import explained_variance_score , f1_score
5350from sklearn .model_selection import train_test_split , cross_val_score
54- > >> >> >> c3fca81536 (FIX Support read - only sparse datasets for `Tree` - based estimators (#25341))
5551from sklearn .model_selection import GridSearchCV
5652from sklearn .svm import LinearSVC
5753from sklearn .utils .parallel import Parallel
You can’t perform that action at this time.
0 commit comments