Skip to content

Commit e72bb33

Browse files
committed
update basic config
1 parent 23f85da commit e72bb33

2 files changed

Lines changed: 115 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Readme pls
1+
# Status
2+
30/6: 350 partialed functions, 1079 features

pyhctsa/Configurations/basic.yaml

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,4 +555,117 @@ Distribution:
555555
zscore: True
556556
hctsa_name: DN_pleft
557557
ordered_args: ["th"]
558+
559+
MinMax:
560+
base_name: MinMax
561+
labels:
562+
- distribution
563+
dependencies:
564+
configs:
565+
- minOrMax: ['max', 'min']
566+
zscore: True
567+
hctsa_name: DN_MinMax
568+
ordered_args: ["minOrMax"]
569+
570+
Mean:
571+
base_name: mean
572+
labels:
573+
- distribution
574+
- location
575+
- raw
576+
- locationDependent
577+
dependencies:
578+
- scipy
579+
configs:
580+
- meanType: ['norm', 'harm', 'rms', 'median', 'midhinge']
581+
hctsa_name: DN_Mean
582+
ordered_args: ["meanType"]
583+
584+
HighLowMu:
585+
base_name: HighLowMu
586+
labels:
587+
- distribution
588+
- raw
589+
- locationDependent
590+
- spreadDependent
591+
dependencies:
592+
configs:
593+
- zscore: False
594+
hctsa_name: DN_HighLowMu
595+
ordered_args:
596+
597+
FitMLE:
598+
base_name: Fit_mle
599+
labels:
600+
- distribution
601+
- raw
602+
dependencies:
603+
- scipy
604+
configs:
605+
- fitWhat: ['geometric']
606+
zscore: False
607+
hctsa_name: DN_Fit_mle
608+
ordered_args: ["fitWhat"]
609+
610+
CV:
611+
base_name: cv
612+
labels:
613+
- distribution
614+
- spread
615+
- cv
616+
- raw
617+
- locationDependent
618+
- spreadDependent
619+
dependencies:
620+
configs:
621+
- k: [1, 2]
622+
zscore: False
623+
hctsa_name: DN_cv
624+
ordered_args: ["k"]
625+
626+
CustomSkewness:
627+
base_name: CustomSkewness
628+
labels:
629+
- distribution
630+
- moment
631+
- shape
632+
- raw
633+
- locationDependent
634+
dependencies:
635+
configs:
636+
- whatSkew: ['pearson']
637+
zscore: False
638+
- whatSkew: ['bowley']
639+
zscore: True
640+
hctsa_name: DN_CustomSkewness
641+
ordered_args: ["whatSkew"]
642+
643+
Burstiness:
644+
base_name: burstiness
645+
labels:
646+
- distribution
647+
- raw
648+
- locationDependent
649+
- spreadDependent
650+
dependencies:
651+
configs:
652+
- zscore: False
653+
hctsa_name: DN_Burstiness
654+
ordered_args:
655+
656+
Moments:
657+
base_name: Moments
658+
labels:
659+
- distribution
660+
- moment
661+
- shape
662+
dependencies:
663+
- scipy
664+
configs:
665+
- theMom: [3, 4, 5, 6, 7, 8, 9, 10, 11]
666+
zscore: True
667+
- theMom: [3, 4, 5, 6, 7, 8, 9, 10, 11]
668+
zscore: False
669+
hctsa_name: DN_Moments
670+
ordered_args: ["theMom"]
558671

0 commit comments

Comments
 (0)