@@ -7,9 +7,35 @@ Getting Started
7
7
Prerequisites
8
8
=============
9
9
10
- You can find the complete list of the dependencies in the following table:
11
-
12
- .. include :: min_dependency_table.rst
10
+ .. |PythonMinVersion | replace :: 3.10
11
+ .. |NumPyMinVersion | replace :: 1.24.3
12
+ .. |SciPyMinVersion | replace :: 1.10.1
13
+ .. |ScikitLearnMinVersion | replace :: 1.3.2
14
+ .. |MatplotlibMinVersion | replace :: 3.7.3
15
+ .. |PandasMinVersion | replace :: 1.5.3
16
+ .. |TensorflowMinVersion | replace :: 2.13.1
17
+ .. |KerasMinVersion | replace :: 3.0.5
18
+ .. |SeabornMinVersion | replace :: 0.12.2
19
+ .. |PytestMinVersion | replace :: 7.2.2
20
+
21
+ `imbalanced-learn ` requires the following dependencies:
22
+
23
+ - Python (>= |PythonMinVersion |)
24
+ - NumPy (>= |NumPyMinVersion |)
25
+ - SciPy (>= |SciPyMinVersion |)
26
+ - Scikit-learn (>= |ScikitLearnMinVersion |)
27
+ - Pytest (>= |PytestMinVersion |)
28
+
29
+ Additionally, `imbalanced-learn ` requires the following optional dependencies:
30
+
31
+ - Pandas (>= |PandasMinVersion |) for dealing with dataframes
32
+ - Tensorflow (>= |TensorflowMinVersion |) for dealing with TensorFlow models
33
+ - Keras (>= |KerasMinVersion |) for dealing with Keras models
34
+
35
+ The examples will requires the following additional dependencies:
36
+
37
+ - Matplotlib (>= |MatplotlibMinVersion |)
38
+ - Seaborn (>= |SeabornMinVersion |)
13
39
14
40
Install
15
41
=======
0 commit comments