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
62089fb1
Commit
62089fb1
authored
5 months ago
by
DIANE
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://src.koda.cnrs.fr/cefe/pace/nirs_workflow
parents
2594a764
d3ec0e38
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/style/__init__.py
+1
-1
1 addition, 1 deletion
src/style/__init__.py
src/utils/__init__.py
+12
-18
12 additions, 18 deletions
src/utils/__init__.py
with
13 additions
and
19 deletions
src/style/__init__.py
+
1
−
1
View file @
62089fb1
from
.header
import
add_header
,
add_sidebar
from
.layout
import
add_header
,
add_sidebar
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/utils/__init__.py
+
12
−
18
View file @
62089fb1
"""
Here are all the classes to perform your analysis
"""
"""
from
.PCA_
import
*
Here are all the classes to perform your analysis
from
.KMEANS_
import
Sk_Kmeans
"""
from
.UMAP_
import
Umap
# from .data_parsing import *
from
.DATA_HANDLING
import
*
# from .data_handling import *
from
.PLSR_
import
PinardPlsr
# from .visualize import *
from
.LWPLSR_
import
LWPLSR
# from .miscellaneous import *
from
.Evaluation_Metrics
import
metrics
# from .hash import *
#from .VarSel import TpeIpls
# from .dim_reduction import *
from
.Miscellaneous
import
resid_plot
,
reg_plot
,
desc_stats
,
hash_data
,
hist
,
pred_hist
,
background_img
# from .clustering import *
from
.DxReader
import
DxRead
,
read_dx
# from .samsel import *
from
.HDBSCAN_Clustering
import
Hdbscan
# from .regress import *
from
.SK_PLSR_
import
PlsR
# from .eval_metrics import *
from
.PLSR_Preprocess
import
PlsProcess
\ No newline at end of file
from
.NMF_
import
Nmf
from
.Ap
import
AP
from
.RegModels
import
Plsr
,
TpeIpls
from
.KennardStone
import
KS
,
RDM
\ No newline at end of file
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