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
Copy file name to clipboardExpand all lines: README.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,18 +32,7 @@ Binary classification is a common machine learning task where the goal is to cat
32
32
33
33
### Prerequisites
34
34
35
-
Before you can run the code in this repository, make sure you have the following prerequisites installed:
36
-
37
-
- Python (>=3.6) -requirements.txt built for python3.10.12
38
-
- NumPy
39
-
- Pandas
40
-
- Scikit-Learn
41
-
- HyperOpt (for hyperparameter optimization)
42
-
- Pytorch
43
-
44
-
You can install these dependencies using pip:
45
-
46
-
pip install numpy pandas scikit-learn hyperopt
35
+
Designed for usage with a numeric data matrix for binary classification. Single or multiple outcome variables (One v rest). An example is provided. Time series is also implemented.
0 commit comments