|
We allow anonymous access to the latest source code of RapidMiner (formerly YALE). This means that you can get the latest developer release of RapidMiner containing many new features or bugfixes.
Although it is usually always possible to compile and use this version of RapidMiner, it might be possible that there are untested functionalities or new bugs. If you require a stable version (e.g. in production systems or for teaching purposes) we would suggest to use the latest stable release. Otherwise feel free to use the latest features. You can find all necessary information for CVS access below or at our SourceForge CVS site.
Anonymous CVS Access
The CVS repository of RapidMiner (formerly YALE) is located at SourceForge and can be checked out through anonymous (pserver) CVS as follows. Just type cvs -d:pserver:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
:/cvsroot/yale login When prompted for a password for anonymous, simply press the Enter key. Afterwards you can download the main module of RapidMiner (formerly YALE) via
cvs -d:pserver:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
:/cvsroot/yale co -P yale
Of course you can also use a CVS client with the repository :pserver:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
and the cvsroot /cvsroot/yale.
CVS Access from Eclipse
You can find all necessary information about checking out and setting up RapidMiner for Eclipse on our Eclipse page. |