Skip to content

Commit 5e8574c

Browse files
committed
Added News.md
1 parent df685c8 commit 5e8574c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

NEWS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# SmartML 0.3.0
2+
3+
## Features
4+
5+
* Added Ranger, XGBoost, fastNaiveBayes and LiblineaR high performing algorithms
6+
* Added the autoRLearn_ function, which assumes that the data is in perfect shape and can be loaded from a dataframe, unlike autoRLearn which can only load from a data file outside R.
7+
* Added Hyperband and Bayesian Optimization Hyperband to the new autoRLearn_
8+
* Added some extra temporary dependencies which will be removed in the following months (all tidyverse packages other than purrr)
9+
* Fixed some small mistakes in the code and jsons
10+
11+
## Current Roadmap
12+
13+
* fix metalearning, at the moment it doesn't work. There's something wrong with the AWS server we are using.
14+
* change the dplyr back end to use data.table with dtplyr
15+
* merge autoRLearn and autoRLearn_ into a single function, which can both load from a data file and in R.
16+
* Rewrite SMAC, as requested by Sherif.
17+
18+
## Extra info
19+
20+
* brurucy is a new and active maintainer
21+
* Nightly and experimental versions, independent from the Data Systems Lab, are being developed at https://github.com/brurucy/witchcraft
22+
* Updates will be conservative and focused on non-breaking changes, up to release 1.0.

0 commit comments

Comments
 (0)