Skip to content

Commit ed14807

Browse files
committed
Update README.md
1 parent 965f89d commit ed14807

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ scikit-feast
33
===============================
44
Feature selection repository built on scikit-learn (DMML Lab@ASU).
55

6-
The feature selection repository is designed to collect some widely used feature selection algorithms that have been developed in the feature selection research to serve as a platform for facilitating their application, comparison and joint study. The feature selection repository also effectively assists researchers to achieve more reliable evaluation in the process of developing new feature selection algorithms. We develop the open source feature selection repository scikit-feast by one of the most popular programming language python. It contains more than 40 popular feature selection algorithms, including most traditional feature selection algorithms and some structural and streaming feature selection algorithms. It is built upon one widely used machine learning package scikit-learn and two scientific computing packages Numpy and Scipy.
6+
The feature selection repository is designed to collect some widely used feature selection algorithms that have been developed in the feature selection research to serve as a platform for facilitating their application, comparison and joint study. The feature selection repository also effectively assists researchers to achieve more reliable evaluation in the process of developing new feature selection algorithms. We develop the open source feature selection repository scikit-feast by one of the most popular programming language - python. It contains more than 40 popular feature selection algorithms, including most traditional feature selection algorithms and some structural and streaming feature selection algorithms. It is built upon one widely used machine learning package scikit-learn and two scientific computing packages Numpy and Scipy.
77

88
##Installing scikit-feast
9-
109
###Prerequisites:
11-
1210
Python 2.7
1311

1412
NumPy
@@ -18,18 +16,15 @@ SciPy
1816
Scikit-learn
1917

2018
###Steps:
21-
After you download scikit-feast-1.0.0.zip, unpack the archive. Additionally, the scikit-feast root directory will contain a setup script setup.py and a file named README.txt.
19+
After you download scikit-feast-1.0.0.zip from the project website (http://featureselection.asu.edu/scikit-feast/), unzip the file. Then the scikit-feast root directory will contain a setup script setup.py and a file named README.txt.
2220

23-
For Linux, under the scikit-feast root directory building and installing the module distribution is a simple matter of running one command from a terminal:
21+
For Linux, under the scikit-feast root directory, you can build and install the module by the following command from a terminal:
2422
python setup.py install
2523

26-
For Windows, this command should be run from a command prompt window (Start->Accessories), under the scikit-feast root directory:
24+
For Windows, you can also run the command prompt window (Start->Accessories), under the scikit-feast root directory:
2725
setup.py install
2826

29-
If all these things are true, then you already know how to build and install the modules you have just downloaded
30-
3127
##Project website
32-
3328
Instructions of using this package can be found in our project webpage at http://featureselection.asu.edu/scikit-feast/
3429

3530
##Citing
@@ -45,17 +40,8 @@ If you find scikit-feast feature selection reposoitory useful in your research,
4540
}
4641

4742
##Contact
48-
4943
Jundong Li
50-
5144
5245

5346
Kewei Cheng
54-
5547
56-
57-
Huan Liu
58-
59-
60-
61-
Physical address: Brickyard Suite 553 (CIDSE), 699 South Mill Ave, Tempe, AZ 85281

0 commit comments

Comments
 (0)