Orange Forum Forum Index -> Latest News

Orange's new web-site

PostJanez on Wed Jul 22, 2009 14:11 Quote           

You may have noticed - unless you are here for the first time - that the web site underwent a major reconstruction.

Please excuse us an occasional 404 (or worse) here and there...

Posteliasz on Mon Jul 27, 2009 18:49 Quote           

I appreciate your hard work with the web site, yet if almost all the docs are 404'd, please at least bring back the PDF leaflets. I'm struggling to make any sensible classification scheme and -- believe me -- any working example would help a lot

PostJanez on Thu Jul 30, 2009 9:37 Quote           

This is what you get if you migrate from the sloppy case-insensitive Windows to Linux (and you don't want to cheat). Apart from a few files which were already missing before, all links should work now.

Postjfjanssen on Thu Jul 30, 2009 14:08 Quote           

Great!

However: on the front page, if you click "Download Orange 2.0b" (Are you really there already? Great!) and then "Nightly Packed Sources" you get a 403 access denied link...

PostJanez on Thu Jul 30, 2009 14:19 Quote           

This is, however, one of the few files which were already missing before. ;)
This is in domain of the guys who maintain the Linux stuff - I just asked them again.

Postjfjanssen on Thu Jul 30, 2009 14:29 Quote           

I see Smile

I think my recommendation is to use one of the many free software packages that will try to crawl your website and report broken links. Doing this automatically of course saves a lot of time and allows one to catch -all- issues: I see that some links are broken due to permissions issues in addition to missing (= sometimes improperly named) files, as well.

PostJanez on Thu Jul 30, 2009 21:44 Quote           

This is what I used - it would be impossible to check the whole site manually. There are some 15 broken links (excluding the external links and maybe some links in the forum posts - I'll check these later) and they have been assigned to those responsible. I hope they'd have some time soon...

PostGuest on Thu Jul 30, 2009 22:20 Quote           

http://www.ailab.si/orange/features.html is not working.

PostJanez on Thu Jul 30, 2009 22:35 Quote           

Thanks, I know. It's waiting for Blaz. :)

Postaonlazio on Fri Jul 31, 2009 16:50 Quote           

Could the installer change to support python 2.6? When I install, it automatically goes into python 2.5 but I want to use orange with 2.6.
Thanks

PostJanez on Fri Jul 31, 2009 17:18 Quote           

Compiling Orange for Python 2.6 and building the installation files is more or less a matter of adding a string "26" to the make file, except...

Orange requires numpy, PyQt and PyQwt. After a long wait for numpy, we now miss windows binaries for PyQwt for 2.6. If anybody builds them and sends them to us (this might be easy or not, I don't know), then we have, I believe, everything we need.

I hate having to always lag behind, too.

Postaonlazio on Sun Sep 06, 2009 3:13 Quote           

PyQWT for python 2.6 is out, it's time for orange to change to python 2.6 support.

PostJanez on Wed Sep 23, 2009 22:09 Quote           

Thanks. We're almost there. Daily snapshot gets build, we only need to fix a few problems due to changes in PyQwt (mostly just method names).

Edit: I gave it a quick try and it already seems to work without any problems. If you are eager to try it, you can ... if you can guess the link. :) (Some simple notproning won't hurt.)

PostJanez on Fri Sep 25, 2009 21:38 Quote           

After fixing the last problems with the new PyQwt, Orange for Python 2.6 is now available for testing. Please report any problems you might still encounter.

PostGuest on Tue Dec 22, 2009 19:52 Quote           

I have sequences like

ADSFSWWERERGFSDGDFSG,
ETYRGDGFUHGDBVXCNXVNN and so on.

So each character in the sequence is differentiated as important one and unimportant one. For example i label important one has "1" and unimportant as "0" as shown below.

A D S F S W W E R E R G F S D G D F S G
0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 1 1 1

Now i have the sequences with this information.
I should train these sequences using Naive Bayes classifier and when i give a test sequence, the classifier should give result of the information of each character if it is important or not.


I want to try with different window sizes like 10 or 15 where the target character should be in the middle. I mean i should discover the pattern of the characters either side of the target character so that that can be used in finding the importance of the target character in the test sequence.

So is there any possible of giving the sequences without making the subsets with a window size manually?
how should be the format of the data instances to be used as input data?
Am I going correctly to achieve the objective?if not ,please suggest me.

Thanks in advance.

NET


Reply to topic    Orange Forum Forum Index -> Latest News All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  


Powered by phpBB © 2001, 2002 phpBB Group