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
+4-18
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,10 @@ scikit-feast
3
3
===============================
4
4
Feature selection repository built on scikit-learn (DMML Lab@ASU).
5
5
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.
7
7
8
8
##Installing scikit-feast
9
-
10
9
###Prerequisites:
11
-
12
10
Python 2.7
13
11
14
12
NumPy
@@ -18,18 +16,15 @@ SciPy
18
16
Scikit-learn
19
17
20
18
###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.
22
20
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:
24
22
python setup.py install
25
23
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:
27
25
setup.py install
28
26
29
-
If all these things are true, then you already know how to build and install the modules you have just downloaded
30
-
31
27
##Project website
32
-
33
28
Instructions of using this package can be found in our project webpage at http://featureselection.asu.edu/scikit-feast/
34
29
35
30
##Citing
@@ -45,17 +40,8 @@ If you find scikit-feast feature selection reposoitory useful in your research,
0 commit comments