Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NIRS_Workflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CEFE
PACE
NIRS_Workflow
Commits
55955652
Commit
55955652
authored
6 months ago
by
BARTHES Nicolas
Browse files
Options
Downloads
Patches
Plain Diff
updated Packages.py for train test split from Pinard
parent
d66d9b1c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Packages.py
+1
-1
1 addition, 1 deletion
src/Packages.py
with
1 addition
and
1 deletion
src/Packages.py
+
1
−
1
View file @
55955652
...
@@ -42,7 +42,7 @@ from juliacall import Main as jl
...
@@ -42,7 +42,7 @@ from juliacall import Main as jl
# from pinard import utils
# from pinard import utils
# from pinard import preprocessing as pp
# from pinard import preprocessing as pp
#
from pinard.model_selection import train_test_split_idx
from
pinard.model_selection
import
train_test_split_idx
from
sklearn.model_selection
import
train_test_split
,
cross_val_score
,
cross_val_predict
,
cross_validate
,
RandomizedSearchCV
from
sklearn.model_selection
import
train_test_split
,
cross_val_score
,
cross_val_predict
,
cross_validate
,
RandomizedSearchCV
from
sklearn.pipeline
import
Pipeline
,
FeatureUnion
from
sklearn.pipeline
import
Pipeline
,
FeatureUnion
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment