-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d92498a
commit abc1feb
Showing
57 changed files
with
4,313 additions
and
3,811 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
pandoc: '2.8' | ||
pkgdown: 1.5.1 | ||
pkgdown_sha: ~ | ||
|
||
title: alookr | ||
|
||
template: | ||
params: | ||
bootswatch: united | ||
|
||
reference: | ||
- title: Model Classifier for Binary Classification | ||
desc: A collection of tools that support data cleansing and splitting, predictive modeling, and model evaluation. | ||
# contents: | ||
# - alookr-package | ||
- subtitle: Cleansing the dataset | ||
contents: | ||
- starts_with("cleanse") | ||
- cleanse.split_df | ||
- treatment_corr | ||
- subtitle: Splitting the dataset | ||
contents: | ||
- split_by | ||
- summary.split_df | ||
- starts_with("compare_") | ||
- extract_set | ||
- sampling_target | ||
- subtitle: Classification Modeling | ||
contents: | ||
- starts_with("run_") | ||
- plot_performance | ||
- plot_cutoff | ||
- performance_metric | ||
- matthews | ||
|
||
navbar: | ||
title: dlookr | ||
type: default | ||
left: | ||
- text: Cleansing the dataset | ||
href: articles/cleansing.html | ||
- text: Splitting the dataset | ||
href: articles/split.html | ||
- text: Classification Modeling | ||
href: articles/modeling.html | ||
right: | ||
- text: Function reference | ||
href: reference/index.html | ||
- icon: fa-github fa-lg | ||
href: https://github.com/choonghyunryu/alookr/ | ||
last_built: 2020-08-02T11:20Z | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
AlwaysSaveHistory: Default | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: knitr | ||
LaTeX: pdfLaTeX | ||
|
||
BuildType: Package | ||
PackageUseDevtools: Yes | ||
PackageInstallArgs: --no-multiarch --with-keep.source | ||
PackageCheckArgs: --as-cran |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.