Skip to content

Commit

Permalink
Update change log (#667)
Browse files Browse the repository at this point in the history
* Update change_log_v1.0.0-beta.md

* Update change_log_v1.0.0-beta.md

* Update change_log_v1.0.0-beta.md

* Update change_log_v1.0.0-beta.md
  • Loading branch information
mail4umar authored Jul 7, 2023
1 parent d03b250 commit d9ce043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions change_logs/change_log_v1.0.0-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ This release contains some major changes, including:
- VerticaPy now supports the KPrototypes algorithm.
- New function for finding the feature importance for XGBoost models.
- Classification metrics are now available for multiclass data/model using three methods: micro, macro, and weighted.
- average_precision_score is another new metric that is added to classification metrics.
- roc_auc and prc_auc now work for multi-class classification using different averaging techniques stated above.
- Model names are now optional


- `vDataFramesSQL` is deprecated. Now, `vDataFrame` can be used directly to create `vDataFrame`s from SQL. For example:
Expand Down

0 comments on commit d9ce043

Please sign in to comment.