Skip to content

Commit 08ac9b4

Browse files
author
jbiggsets
committed
updating init and meta.yaml and removing analyze
1 parent a3f8306 commit 08ac9b4

File tree

3 files changed

+15
-96
lines changed

3 files changed

+15
-96
lines changed

conda-recipe/factor_analyzer/meta.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ build:
2121

2222
requirements:
2323
build:
24-
- python >=3.6
24+
- python ==3.6
2525
- setuptools
2626
- pandas
27-
- scipy 1.2.1
28-
- numpy 1.16.2
29-
- scikit-learn 0.20.1
27+
- scipy=1.2.1
28+
- numpy=1.16.2
29+
- scikit-learn=0.20.1
3030
run:
31-
- python >=3.6
31+
- python==3.6
3232
- pandas
33-
- scipy 1.2.1
34-
- numpy 1.16.2
35-
- scikit-learn 0.20.1
33+
- scipy=1.2.1
34+
- numpy=1.16.2
35+
- scikit-learn=0.20.1
3636

3737
test:
3838
imports:

factor_analyzer/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414
ModelSpecificationParser,
1515
ModelSpecification)
1616

17-
from .utils import (fill_lower_diag,
17+
from .utils import (cov,
18+
corr,
19+
fill_lower_diag,
20+
impute_values,
21+
smc,
22+
partial_correlations,
1823
merge_variance_covariance,
1924
duplication_matrix,
2025
duplication_matrix_pre_post,
26+
covariance_to_correlation,
2127
commutation_matrix,
2228
get_symmetric_lower_idxs,
2329
get_symmetric_upper_idxs)

factor_analyzer/analyze.py

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)