Skip to content

Commit c7a415a

Browse files
authored
Update README.md
1 parent 2137a61 commit c7a415a

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,7 @@ Binary classification is a common machine learning task where the goal is to cat
3232

3333
### Prerequisites
3434

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.
4736

4837
## Installation
4938

@@ -75,8 +64,6 @@ pip install numpy pandas scikit-learn hyperopt
7564
```
7665

7766

78-
79-
8067
```python
8168
import sys
8269
sys.path.append('/path/to/ml_grid')
@@ -91,11 +78,9 @@ See Appendix
9178

9279
## Examples
9380

94-
9581
See [ml_grid/tests/unit_test_synthetic.ipynb]
9682

9783

98-
9984
Contributing
10085
If you would like to contribute to this project, please follow these steps:
10186

@@ -111,7 +96,6 @@ This project is licensed under the MIT License - see the LICENSE file for detail
11196
## Appendix
11297
11398
114-
11599
Acknowledgments
116100
scikit-learn
117101
hyperopt

0 commit comments

Comments
 (0)