Skip to content

Commit

Permalink
Merge pull request #170 from wverastegui/refact_prof.to.features
Browse files Browse the repository at this point in the history
Documented functions, removed unused variables & small refactoring of prof.to.features.R
  • Loading branch information
hechth authored Jan 5, 2023
2 parents d4abf4a + 862833c commit 6687181
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 47 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- docstrings and documentation files for refactored functions [#160](https://github.com/RECETOX/recetox-aplcms/pull/160)
- refactored parameter names to keep them more harmonized [#167](https://github.com/RECETOX/recetox-aplcms/pull/167)
- moved some utility functions to a more suitable locations [#164](https://github.com/RECETOX/recetox-aplcms/pull/164)
- refactored and documented `prof.to.features.R` [#170](https://github.com/RECETOX/recetox-aplcms/pull/170)

### Removed
- `extract_features` and `feature.align` [#154](https://github.com/RECETOX/recetox-aplcms/pull/154)
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export(semi.sup)
export(span)
export(two.step.hybrid)
export(unsupervised)
export(validate_inputs)
export(validate_model_method_input)
import(MASS)
import(arrow)
import(doParallel)
Expand Down
Loading

0 comments on commit 6687181

Please sign in to comment.