Grigoriy
Grigoriy
Got the same issue. umap version is 0.5.0
Create PR for this issue: https://github.com/MobileTeleSystems/RecTools/pull/140
- Update CHANGELOG.md - Update poetry files - Update code according to the comments above
Updated the code based on feedback and added docstrings. Remaining tasks: * Create a Jupyter notebook example * Update the poetry lock file and get last updates from master branch
Changed the principle of widget design, now it relies on `go.WidgetFigure`. Also switch from plotly express to plotly graph object scatter chart, because WidgetFigure doesn't support express wrapper. TODO: *...
Update MetricsApp * Refactor display method * Add jupyter example * Add docstring example * Update tests Add optional parameters support from [plotly.go.Layout](https://plotly.com/python-api-reference/generated/plotly.graph_objects.Layout.html)