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
No related tags found
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
\ No newline at end of file
from
.layout
import
add_header
,
add_sidebar
\ 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
*
from
.KMEANS_
import
Sk_Kmeans
from
.UMAP_
import
Umap
from
.DATA_HANDLING
import
*
from
.PLSR_
import
PinardPlsr
from
.LWPLSR_
import
LWPLSR
from
.Evaluation_Metrics
import
metrics
#from .VarSel import TpeIpls
from
.Miscellaneous
import
resid_plot
,
reg_plot
,
desc_stats
,
hash_data
,
hist
,
pred_hist
,
background_img
from
.DxReader
import
DxRead
,
read_dx
from
.HDBSCAN_Clustering
import
Hdbscan
from
.SK_PLSR_
import
PlsR
from
.PLSR_Preprocess
import
PlsProcess
from
.NMF_
import
Nmf
from
.Ap
import
AP
from
.RegModels
import
Plsr
,
TpeIpls
from
.KennardStone
import
KS
,
RDM
\ No newline at end of file
Here are all the classes to perform your analysis
"""
# from .data_parsing import *
# from .data_handling import *
# from .visualize import *
# from .miscellaneous import *
# from .hash import *
# from .dim_reduction import *
# from .clustering import *
# from .samsel import *
# from .regress import *
# from .eval_metrics import *
\ 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