v.0.10
On 2022.08.17
This version has been deprecated. If used with the current API version it can produce unexpected behaviour or errors.
The package shimoku-api-python is no longer maintained
To get the new version 🎁🎁🎁
This version brings Machine Learning features through our API by the first time!!
Fixes
For readability, renamed
s.file.*
bys.io.*
:
Before: s.file.get_dataframe(...)
Now: s.io.get_dataframe(...)
Fixed IO for large dataframes now you can POST and GET dataframes of large sizes without size limit.
Fix path and subpaths. Now Apps with multiple words can be sorted too:
s.plt.set_apps_orders()
ands.plt.set_sub_path_orders()
Fixes in the default look&feel of different charts and with new features to see data, download image, zoom in and out and change chart type:
Heatmap
s.plt.heatmap()
Barchart
s.plt.bar()
and Linecharts.plt.line()
Improvements
Improvements in the Input Forms look&feel
Easier to initialize the Shimoku Client
Added IO methods for Machine Learning models:
New
Added method to clear a whole business (tabula rasa)
shimoku.plt.clear_business()
Before
Added method to retrieve input forms data
Machine Learning!
AI for Machine Learning features. Now users can use Shimoku's Machine Learning from the SDK just passing a test dataframe and specifying the Model endpoint (ask to Shimoku about what endpoints are available). You can decide whether to add Explainability or not to the predictions
Also predictive tables have been added that create a table with the prediction
Last updated