rlichtenwalter / mRMR

A re-implementation of the minimum redundancy maximum relevance (mRMR) feature selection algorithm with emphasis on greatly increased perfomance (1000x or greater on large data sets) and an improved user interface.
GNU General Public License v3.0
3 stars 1 forks source link

Example file? #1

Closed saskra closed 3 years ago

saskra commented 3 years ago

Is it possible to provide a small toy example? For example I am wondering how to format my input file, currently it looks like that:

Class,f1,f2,f3,...
2,236432.0283,10734.80089,403899.139
2,268311.6713,16047.0898,480746.0285
2,273036.9338,14640.56709,451720.3672
2,259769.1156,25957.11897,414723.1245
2,293445.6201,20009.28208,457957.967
2,233897.5317,18004.15151,338560.9224
2,304474.4254,22450.29259,443437.309
1,110916.2286,42055.95477,3866734.609
1,127235.2357,33883.33067,3482291.13
1,156927.8094,37390.5515,2636100.025
1,141650.6519,48998.13556,2864093.868
1,127707.6032,58833.52719,3297159.141
1,129534.684,73803.55167,2277034.988
rlichtenwalter commented 3 years ago

Hi,

Yes, I will add examples in the next day or two.

Regards,

Ryan

On Tue, Sep 29, 2020 at 7:16 AM saskra notifications@github.com wrote:

Is it possible to provide a small toy example? For example I am wondering how to format my input file, currently it looks like that:

Class,f1,f2,f3,... 2,236432.0283,10734.80089,403899.139 2,268311.6713,16047.0898,480746.0285 2,273036.9338,14640.56709,451720.3672 2,259769.1156,25957.11897,414723.1245 2,293445.6201,20009.28208,457957.967 2,233897.5317,18004.15151,338560.9224 2,304474.4254,22450.29259,443437.309 1,110916.2286,42055.95477,3866734.609 1,127235.2357,33883.33067,3482291.13 1,156927.8094,37390.5515,2636100.025 1,141650.6519,48998.13556,2864093.868 1,127707.6032,58833.52719,3297159.141 1,129534.684,73803.55167,2277034.988

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rlichtenwalter/mRMR/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQZIVXH55WZLJCXFUHNVLDSIHMY7ANCNFSM4R5ZFQHA .

rlichtenwalter commented 3 years ago

Hi again,

Please take a look and let me know if it's clear enough. If you think I should add more or clarify in any way, do please let me know.

Please note that project structure changed.

Regards,

Ryan

On Wed, Sep 30, 2020 at 12:43 AM Ryan rlichtenwalter@gmail.com wrote:

Hi,

Yes, I will add examples in the next day or two.

Regards,

Ryan

On Tue, Sep 29, 2020 at 7:16 AM saskra notifications@github.com wrote:

Is it possible to provide a small toy example? For example I am wondering how to format my input file, currently it looks like that:

Class,f1,f2,f3,... 2,236432.0283,10734.80089,403899.139 2,268311.6713,16047.0898,480746.0285 2,273036.9338,14640.56709,451720.3672 2,259769.1156,25957.11897,414723.1245 2,293445.6201,20009.28208,457957.967 2,233897.5317,18004.15151,338560.9224 2,304474.4254,22450.29259,443437.309 1,110916.2286,42055.95477,3866734.609 1,127235.2357,33883.33067,3482291.13 1,156927.8094,37390.5515,2636100.025 1,141650.6519,48998.13556,2864093.868 1,127707.6032,58833.52719,3297159.141 1,129534.684,73803.55167,2277034.988

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rlichtenwalter/mRMR/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQZIVXH55WZLJCXFUHNVLDSIHMY7ANCNFSM4R5ZFQHA .

saskra commented 3 years ago

Thanks a lot!