Skip to content

Commit

Permalink
Version bump, updates NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Nov 10, 2023
1 parent 3c6a04a commit 17973f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pysparklyr
Title: Provides a 'PySpark' Back-End for the 'sparklyr' Package
Version: 0.1.1
Version: 0.1.1.9000
Authors@R: c(
person("Edgar", "Ruiz", , "[email protected]", role = c("aut", "cre")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
Expand Down
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# pysparklyr (Development)

### Machine Learning

* Adds support for:
- `ft_standard_scaler()`
- `ft_max_abs_scaler()`
- `ml_logistic_regression()`
- `ml_pipeline()`
- `ml_save()`
- `ml_predict()`
- `ml_transform()`

- Adds `ml_prepare_dataset()` in lieu of a Vector Assembler transformer

# pysparklyr 0.1.1

### Improvements

* Adds URL sanitation routine for the Databricks Host. It will remove trailing
Expand Down

0 comments on commit 17973f4

Please sign in to comment.