You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Dependencies
PyCOMPSs == 2.5
Scikit-learn >= 0.19.2
NumPy >= 1.15.4
Scipy >= 1.0.0
Breaking Changes
Most estimator methods, such as fit and predict, now expect one or two ds-arrays instead of a Dataset.
New Features
This release introduces the distributed array as the main data structure in dislib. All estimators have been modified to accept ds-arrays instead of Datasets. The Dataset and Subset classes have been removed.
Bug Fixes
Minor bug fixes in RandomForestClassifier and K-means
Improvements
The performance of various algorithms has been improved by using PyCOMPSs COLLECTIONS.