Skip to content

Commit

Permalink
Fixed issue with predictors scaling for the multidimensional case. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniv-shulman authored Nov 19, 2023
1 parent babfdc2 commit 4274030
Show file tree
Hide file tree
Showing 10 changed files with 51,815 additions and 51,821 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rsklpr"
version = "0.3.0"
version = "0.3.1"
description = "Implementation of the Robust Local Polynomial Regression with Similarity Kernel draft paper"
authors = ["Yaniv Shulman <yaniv@aleph-zero.info>"]
readme = "README.md"
Expand Down
35,474 changes: 17,737 additions & 17,737 deletions src/experiments/heteroscedastic_dense_increasing_window.ipynb

Large diffs are not rendered by default.

6,094 changes: 3,047 additions & 3,047 deletions src/experiments/heteroscedastic_sparse_increasing_window.ipynb

Large diffs are not rendered by default.

38,658 changes: 19,329 additions & 19,329 deletions src/experiments/homoscedastic_dense_increasing_window.ipynb

Large diffs are not rendered by default.

6,626 changes: 3,313 additions & 3,313 deletions src/experiments/homoscedastic_sparse_increasing_window.ipynb

Large diffs are not rendered by default.

11,036 changes: 5,518 additions & 5,518 deletions src/experiments/multivar_heteroscedastic_dense_increasing_window.ipynb

Large diffs are not rendered by default.

3,036 changes: 1,518 additions & 1,518 deletions src/experiments/multivar_heteroscedastic_sparse_increasing_window.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 4274030

Please sign in to comment.