-
Notifications
You must be signed in to change notification settings - Fork 20
Develop #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #131
Changes from all commits
0ea293e
72391a0
d180890
75a9e5d
a990252
9a29ab5
edc4f52
a3309c4
3fd4782
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,7 @@ __dev/ | |
| __validation/ | ||
| dev/ | ||
| __out/ | ||
| specs/ | ||
|
|
||
| # Mac OS | ||
| .DS_Store | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,9 @@ | ||||||
| # rtemis news | ||||||
|
|
||||||
| ## 1.0.0 First CRAN release | ||||||
|
|
||||||
| ## 1.0.1 | ||||||
|
|
||||||
| - Introduce `VariableImportance` S7 class to represent variable importance data, allowing for more than one measure of importance per model and update all relevant classes and methods. | ||||||
| - Calculate Partial_Effect_Variance as variable importance measure for GAM models | ||||||
|
||||||
| - Calculate Partial_Effect_Variance as variable importance measure for GAM models | |
| - Calculate `Partial_Effect_Variance` as variable importance measure for GAM models. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| # rtemis: Advanced Machine Learning & Visualization. | ||
|
|
||
| [](https://docs.rtemis.org/r/) | ||
| [](https://docs.rtemis.org/r/ml/) | ||
|
|
||
| This is the new version of the rtemis R package and remains under active development. | ||
|
|
||
|
|
@@ -148,7 +148,7 @@ The new release includes the `draw` family of functions, the evolution of the `d | |
|
|
||
| ## Documentation | ||
|
|
||
| The documentation is available at [docs.rtemis.org/r](https://docs.rtemis.org/r/), which includes | ||
| The documentation is available at [docs.rtemis.org/r/ml](https://docs.rtemis.org/r/ml), which includes | ||
| walkthroughs of main features and full API reference. | ||
|
|
||
| ## Ongoing work | ||
|
|
@@ -158,3 +158,8 @@ There is a lot more coming - both within this package and the other packages in | |
| ## rtemisalpha | ||
|
|
||
| The original, unmaintained version of rtemis remains available as `rtemisalpha` at [rtemis-org/rtemis-legacy](https://github.com/rtemis-org/rtemis-legacy). | ||
|
|
||
| --- | ||
|
|
||
| © 2016–2026 E.D. Gennatas. Licensed under [GPL (>= 3)](https://www.gnu.org/licenses/gpl-3.0.html). | ||
|
|
||
|
Comment on lines
+162
to
+165
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NEWS entry has a grammar issue: “allowing for … per model and update all …” mixes verb forms and reads incorrectly. Rephrase to keep tense consistent (e.g., “...and updates...” or “..., updating ...”).