IRC logs of #shogun for Thursday, 2014-12-11

--- Log opened Thu Dec 11 00:00:46 2014
-!- rujmeister [3200beab@gateway/web/freenode/ip.50.0.190.171] has joined #shogun00:31
-!- rujmeister [3200beab@gateway/web/freenode/ip.50.0.190.171] has quit [Ping timeout: 246 seconds]02:16
-!- pickle27 [~pickle27@192-0-136-118.cpe.teksavvy.com] has joined #shogun03:01
-!- karthikabinav [~karthikab@pool-108-18-214-7.washdc.fios.verizon.net] has joined #shogun05:56
-!- karthikabinav [~karthikab@pool-108-18-214-7.washdc.fios.verizon.net] has quit []06:15
-!- pickle27 [~pickle27@192-0-136-118.cpe.teksavvy.com] has quit [Remote host closed the connection]06:33
-!- abinash_panda [~abinash@106.51.142.14] has joined #shogun07:28
-!- vig [4bacac77@gateway/web/freenode/ip.75.172.172.119] has joined #shogun07:42
vigI have some problems installing shogun for python on my linux machine07:42
viganyone here can help me out?07:42
vigI installed using cmake and I keep getting no package called sg found error07:44
vigwhat could be the problem?07:44
abinash_pandavig: Hi!08:09
abinash_pandavig: Can you give the details of the error that you are receiving?08:09
vigHey Abinash, there was a problem with the path. I figured it out, or at least I hope I did. Make is currently running.08:12
vigSo I should have it installed shortly.08:12
vigSo I am getting the same error again.08:17
abinash_pandavig: Okay.08:17
vigIt isn't able to import the module name sg08:17
abinash_pandavig: It would be easier if you could send the error message.08:18
abinash_pandavig: You can paste the error in pastebin and send the link.08:18
vigTraceback (most recent call last):   File "svm_classification.py", line 1, in <module>     from sg import sg ImportError: No module named sg08:18
abinash_pandavig: Okay.08:20
abinash_pandavig: So did you build the shogun with python-static?08:21
vigyes I did08:22
abinash_pandaCould you please send the cmake command you used?08:22
vigI went to the directory where I downloaded shogun08:23
vigcreated a directory named build08:23
vigthen did cmake ..08:23
vigwhich is what the readme file asked me to do08:23
abinash_pandaOkay. So for building python-static interface of shogun you need to provide some extra arugements to cmake.08:26
abinash_pandavig: Give me a minute, I am sending you the actual command.08:26
vigSure! That's great thanks08:27
vigAlso I have a question08:27
abinash_pandavig: cmake -DPythonStatic=ON ..08:27
vigsay I downloaded shogun, I have to run cmake immediately within the directory right?08:28
vigyes that's what I did.08:28
abinash_pandaNo08:28
abinash_pandaAfter downloading the library08:28
abinash_pandaCreate a directory build08:28
abinash_pandaand within the build directory use cmake -DPythonStatic=ON ..08:28
vigwithin the library directory?08:28
abinash_pandanot within the library directory but within the build directory that you have just created.08:29
vigI create the build directory within the library directory right?08:29
abinash_pandayeah.08:29
abinash_pandaOkay. I think I am confusing you.08:30
vigI did that08:30
vigand it says08:30
abinash_pandaLet me give the steps one by one.08:30
vigConfiguring done -- Generating done -- Build files have been written to: /home/vignesh/shogun-3.2.0/build08:30
abinash_pandaSo now are you able to build or not?08:31
abinash_pandaOr should I give you the steps one by one?08:31
vigCould you do that?08:31
vigIt would be really helpful.08:31
abinash_pandaYeah. Sure.08:31
abinash_panda1. Download (or clone) the library.08:31
abinash_panda2. Create a directory called build within the library directory.08:31
abinash_panda3. Go to the build directory (cd build)08:32
abinash_panda4. Use cmake -DPythonStatic=ON ..08:32
abinash_panda5. Then make08:32
abinash_panda6. Finally (sudo) make install08:32
vigonce I do this, will I be able to import sg from any location?08:33
abinash_pandaYeah.08:33
vigThanks a lot! I'll try this and get back if it doesn't work out. I think I did this the last time around too.08:33
vigNot sure why it wouldn't work08:34
abinash_pandaYeah. Sure. If you are still facing the same issue then put it in the mailing list or create an issue in github.08:36
vigThanks a lot :)08:37
vigI did make install08:42
vigi tried import sg after opening python08:42
vigit still says the same08:42
vigIn my usr/local/lib there are files named libshogun.so08:46
vigand similar08:46
abinash_pandaOkay.08:49
abinash_pandaLet me try to reproduce this in my end.08:50
vigPlease do thanks a lot.08:51
abinash_pandavig: Hey sorry. I didn't know how to use PyhtonStatic so I said you earlier that it could be used from anywhere.08:57
abinash_pandaOnce the build is successfull you can find libpython_static.so in build/src/interfaces/python_static08:59
vigokay09:10
vighow do I import?09:10
vigI have a python script that has a 'from shogun import *09:11
abinash_pandaSorry. I can't be much help in that. You can ask someone in mailing list. Mostly I use PythonModular interface.09:11
vigcould you tell me how I can install for modular interface?09:11
vigshould I just set the modular flag on?09:11
abinash_pandayeah.09:12
vigthanks09:12
abinash_pandause cmake -DPythonModular=ON ..09:12
abinash_pandaIt works seamlessly and you can call modshogun from anywhere :)09:13
vigthat's awesome, I'll try that :)09:14
vigwhat is the difference between python static and modular though?09:14
vigit says SWIG is not installed09:14
-!- besser82 [~besser82@ip4d161993.dynamic.kabel-deutschland.de] has joined #shogun09:22
-!- besser82 [~besser82@ip4d161993.dynamic.kabel-deutschland.de] has quit [Changing host]09:22
-!- besser82 [~besser82@fedora/besser82] has joined #shogun09:22
-!- mode/#shogun [+o besser82] by ChanServ09:22
abinash_pandaFor modular interface you have to install SWIG09:36
vigI did. Thanks a lot. It worked :)10:25
-!- vig [4bacac77@gateway/web/freenode/ip.75.172.172.119] has quit [Quit: Page closed]10:30
-!- PirosB3 [~pirosb3@195.101.111.125] has joined #shogun10:42
-!- abinash_panda [~abinash@106.51.142.14] has quit [Remote host closed the connection]12:46
-!- sanuj [~sanuj@117.212.90.117] has joined #shogun12:53
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun13:31
shogun-notifier-shogun: Tejas Srinivasan :develop * bdc8c9e / README.md: https://github.com/shogun-toolbox/shogun/commit/bdc8c9e8745979fc67ca60ffd8b317cf10617f0613:31
shogun-notifier-shogun: Grammar Error13:31
shogun-notifier-shogun:13:31
shogun-notifier-shogun: Noticed a grammatical error in README.md, now fixed13:31
shogun-notifier-shogun: Tejas Srinivasan :develop * 1c23fd2 / README.md: https://github.com/shogun-toolbox/shogun/commit/1c23fd28cafa849d2cebfd0e6c8a343c379a8db313:31
shogun-notifier-shogun: Resolved the comma issue13:31
shogun-notifier-shogun:13:31
shogun-notifier-shogun: Replaced the comma which I had mistakenly deleted.13:31
shogun-notifier-shogun: Fernando Iglesias :develop * 33c04f7 / README.md: https://github.com/shogun-toolbox/shogun/commit/33c04f77a642416376521b0cd1eed29b3256ac1313:31
shogun-notifier-shogun: Merge pull request #2632 from tejas1995/commaEdit13:31
shogun-notifier-shogun:13:31
shogun-notifier-shogun: Grammar Error13:31
shogun-buildbotbuild #896 of precise - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/896  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>, Tejas Srinivasan <tejas.srinivasan95@gmail.com>13:36
shogun-buildbotbuild #923 of FCRH - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/923  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>, Tejas Srinivasan <tejas.srinivasan95@gmail.com>13:39
shogun-buildbotbuild #2596 of bsd1 - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2596  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>, Tejas Srinivasan <tejas.srinivasan95@gmail.com>13:42
-!- travis-ci [~travis-ci@ec2-54-166-245-95.compute-1.amazonaws.com] has joined #shogun13:45
travis-ciit's Fernando Iglesias's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/4371078013:45
-!- travis-ci [~travis-ci@ec2-54-166-245-95.compute-1.amazonaws.com] has left #shogun []13:45
shogun-buildbotbuild #132 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/132  blamelist: Tejas Srinivasan <tejas.srinivasan95@gmail.com>13:53
shogun-buildbotbuild #133 of osx2 - modular_interfaces is complete: Failure [failed csharp modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/133  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>, Tejas Srinivasan <tejas.srinivasan95@gmail.com>14:01
-!- hshihab [89dea0c1@gateway/web/freenode/ip.137.222.160.193] has joined #shogun14:22
-!- hshihab [89dea0c1@gateway/web/freenode/ip.137.222.160.193] has quit [Quit: Page closed]14:51
-!- hshihab [89dea0c1@gateway/web/freenode/ip.137.222.160.193] has joined #shogun14:52
hshihabHi, I am new to SHOGUN, so please bear with me.  I was wondering if the LibSVM solver is related to the LIBSVM package (available here: http://www.csie.ntu.edu.tw/~cjlin/libsvm/).  I have been trying to compare the performance of both methods using a Gaussian kernel and the same C/gamma parameters (having performed a grid search using LIBSVM), but am getting different performances (the accuracy for LIBSVM is 66.83% and for SHOGUN i15:45
hshihabDoes anyone know what could be causing this discrepancy?  Any advice would be greatly appreciated.15:46
-!- sanuj [~sanuj@117.212.90.117] has quit [Ping timeout: 265 seconds]16:02
-!- srg__ [7449c3fe@gateway/web/freenode/ip.116.73.195.254] has joined #shogun16:31
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]16:31
-!- srg__ [7449c3fe@gateway/web/freenode/ip.116.73.195.254] has quit [Client Quit]16:33
-!- sanuj [~sanuj@117.196.227.191] has joined #shogun17:02
-!- witness___ [uid10044@gateway/web/irccloud.com/x-vbxojkxzogwdpzky] has joined #shogun17:36
-!- sanuj [~sanuj@117.196.227.191] has quit [Quit: Leaving]17:40
-!- marina_ [82954ec2@gateway/web/freenode/ip.130.149.78.194] has joined #shogun18:42
marina_Hello everyone...I want to install shogun on my mac but I have some problems - after 1 hour I got the following error18:46
marina_--->  Configuring atlas Selected C compiler: /opt/local/bin/clang-mp-3.4 Error: org.macports.configure for port atlas returned: Atlas could not detect any fortran compiler. If you really don't need the fortran interface to be built, please use the +nofortran option, else install a fortran compiler (e.g. gcc4X) before building Atlas. Error: Failed to install atlas Please see the log file for port atlas for details:     /opt/local/v18:46
marina_I am going to use shogun with python - so do I really need to install the fortran compiler -> because I am not going to use fortran...18:46
-!- PirosB3 [~pirosb3@195.101.111.125] has quit [Quit: PirosB3]18:50
-!- pickle27 [~pickle27@192-0-136-118.cpe.teksavvy.com] has joined #shogun18:51
marina_hello? anyone who can help me?18:55
-!- PirosB3 [~pirosb3@195.101.111.125] has joined #shogun18:58
-!- shaochuan [~shaochuan@c-50-184-81-180.hsd1.ca.comcast.net] has joined #shogun18:59
@besser82marina_, still there?19:03
-!- pickle27 [~pickle27@192-0-136-118.cpe.teksavvy.com] has quit [Remote host closed the connection]19:03
-!- shaochuan [~shaochuan@c-50-184-81-180.hsd1.ca.comcast.net] has quit [Ping timeout: 255 seconds]19:03
marina_yes still here19:05
@besser82marina_, query  ^^19:06
marina_I installed now the fortran compiler...19:06
marina_do I have to make the whole installation process again??19:06
marina_I followed the 3 points on the installation page:19:07
marina_sudo port selfupdate  sudo port install swig -php5 -ruby -perl +python   (shogun users who want the r and octave interfaces should add   +octave and/or +r to this list)  sudo port install shogun   (for r, octave, and elwms interfaces: +r +octave +elwms)19:07
@besser82marina_, let's continue this in german in the query...  :D19:07
marina_do I have to do them again?19:07
marina_was meinst du mit query?19:08
@besser82/query besser8219:08
@besser82^^ das eingeben und los geht's  ;)19:08
-!- rajul [~rajul@117.199.152.118] has joined #shogun19:33
-!- rajul [~rajul@117.199.152.118] has quit [Ping timeout: 250 seconds]19:47
-!- rajul [~rajul@115.246.87.61] has joined #shogun20:04
-!- PirosB3 [~pirosb3@195.101.111.125] has quit [Quit: PirosB3]20:36
-!- rajul [~rajul@115.246.87.61] has quit [Ping timeout: 272 seconds]20:57
-!- rujmeister [3200beab@gateway/web/freenode/ip.50.0.190.171] has joined #shogun21:03
rujmeisterhello, i am trying to test my build of shogun in Windows and apparently running the example file in command line doesn't work directly since my matplotlib is packaged in ipython. Any suggestions for testing my shogun installation?21:08
rujmeisteri see now i can access matplotlib from within ipython, so will try to run the test from ipython command line tool. will check back later if stuck.21:13
-!- rajul [~rajul@117.199.147.43] has joined #shogun21:13
rujmeisterwhen i tried to run the svm.py script from ipython, modshogun was not found. does my path need to be modified to include the whole shogun directory?21:18
rujmeisteri guess i should have replaced SHOGUN INSTALL DIR with its actual location...  $ export LD_LIBRARY_PATH=SHOGUN_INSTALL_DIR/lib   $ export PYTHONPATH=SHOGUN_INSTALL_DIR/lib/pythonX.Y/dist-packages/21:20
-!- rajul [~rajul@117.199.147.43] has quit [Remote host closed the connection]21:21
-!- rujmeister [3200beab@gateway/web/freenode/ip.50.0.190.171] has quit [Ping timeout: 246 seconds]21:43
-!- droy [0e8bd4e4@gateway/web/cgi-irc/kiwiirc.com/ip.14.139.212.228] has joined #shogun22:01
-!- PirosB3 [~pirosb3@ip-66.net-81-220-115.brest.rev.numericable.fr] has joined #shogun22:28
-!- PirosB3 [~pirosb3@ip-66.net-81-220-115.brest.rev.numericable.fr] has quit [Quit: PirosB3]22:53
-!- marina_ [82954ec2@gateway/web/freenode/ip.130.149.78.194] has quit [Quit: Page closed]23:23
-!- PirosB3 [~pirosb3@ip-66.net-81-220-115.brest.rev.numericable.fr] has joined #shogun23:27
-!- pickle27 [~pickle27@192-0-136-118.cpe.teksavvy.com] has joined #shogun23:58
--- Log closed Fri Dec 12 00:00:47 2014

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!