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
Choose the right version of the `mleap-spark` module to export your pipeline. The serialization format is backwards compatible between different versions of MLeap. So if you export a pipeline using MLeap 0.11.0 and Spark 2.1, you can still load that pipeline using MLeap runtime version 0.12.0.
48
-
49
-
| MLeap Version | Spark Version |
50
-
|---------------|---------------|
51
-
| 0.22.0 | 3.3.0 |
52
-
| 0.21.1 | 3.2.0 |
53
-
| 0.21.0 | 3.2.0 |
54
-
| 0.20.0 | 3.2.0 |
55
-
| 0.19.0 | 3.0.2 |
56
-
| 0.18.1 | 3.0.2 |
57
-
| 0.18.0 | 3.0.2 |
58
-
| 0.17.0 | 2.4.5 |
59
-
| 0.16.0 | 2.4.5 |
60
-
| 0.15.0 | 2.4 |
61
-
| 0.14.0 | 2.4 |
62
-
| 0.13.0 | 2.3 |
63
-
| 0.12.0 | 2.3 |
64
-
| 0.11.0 | 2.2 |
65
-
| 0.11.0 | 2.1 |
66
-
| 0.11.0 | 2.0 |
67
-
| 0.10.3 | 2.2 |
68
-
| 0.10.3 | 2.1 |
69
-
| 0.10.3 | 2.0 |
70
-
71
-
Please see the [release notes](RELEASE_NOTES.md) for changes (especially breaking changes) included with each release.
41
+
## Dependency Compatibility Matrix
42
+
43
+
Other versions besides those listed below may also work (especially more recent Java versions for the JRE),
44
+
but these are the configurations which are tested by mleap.
45
+
46
+
| MLeap Version | Spark Version | Scala Version | Java Version | Python Version | XGBoost Version | Tensorflow Version |
0 commit comments