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 12
12
import math
13
13
from collections import defaultdict
14
14
import itertools
15
+ from functools import partial
15
16
from itertools import combinations
16
17
from itertools import product
17
18
from typing import Dict , Any
46
47
from sklearn .ensemble import RandomForestClassifier
47
48
from sklearn .ensemble import RandomForestRegressor
48
49
from 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
53
50
from sklearn .model_selection import train_test_split , cross_val_score
54
- > >> >> >> c3fca81536 (FIX Support read - only sparse datasets for `Tree` - based estimators (#25341))
55
51
from sklearn .model_selection import GridSearchCV
56
52
from sklearn .svm import LinearSVC
57
53
from sklearn .utils .parallel import Parallel
You can’t perform that action at this time.
0 commit comments