New
5.1.0
- Release Smile Studio. Smile Studio is an interactive desktop application to help you be more productive in building and serving models with SMILE. Similar to Jupyter Notebooks, Smile Studio is a REPL (Read-Evaluate-Print-Loop) containing an ordered list of input/output cells. Cd into the
bindirectory of pre-built package in a terminal, type./smileto enter Smile Studio. If you work in a headless environment without graphical interface, you may run./smile shellto enter Smile Shell for Java, which pre-imports all major SMILE packages. If you prefer Scala, type./smile scalato enter Smile Shell for Scala. - Rename package
smile.basetosmile.model. - Add
smile.model.ClassificationModelandsmile.model.RegressionModelfor model persistence and serving with metadata. - Rename the method
soft()andonline()of classClassifiertoisSoft()andisOnline().