Attention: if you attempt to fork this gist, github will think that you are a spammer and you will have to confirm that you are human with them. Apparantly there are too many links in this list. Also I update it rather frequently (see revisions on the left), so it's probably wise to not fork it anyway.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| === Error on test split === | |
| Correctly Classified Instances 36456 91.5405 % | |
| Incorrectly Classified Instances 3369 8.4595 % | |
| Kappa statistic 0.8983 | |
| Mean absolute error 0.1095 | |
| Root mean squared error 0.2289 | |
| Relative absolute error 106.1217 % | |
| Root relative squared error 100.8153 % | |
| Total Number of Instances 39825 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| daisonman 3,1 4278876 UW Control 3$$Vendilion Clique&&1$$Moorland Haunt&&4$$Seachrome Coast&&2$$Misty Rainforest&&4$$Path to Exile&&3$$Hallowed Fountain&&4$$Restoration Angel&&1$$Eiganjo Castle&&1$$Sword of Feast and Famine&&1$$Plains&&1$$Scalding Tarn&&4$$Celestial Colonnade&&1$$Deprive&&4$$Spell Snare&&4$$Tectonic Edge&&1$$Arid Mesa&&2$$Cryptic Command&&3$$Kitchen Finks&&4$$Mana Leak&&4$$Island&&4$$Snapcaster Mage&&4$$Geist of Saint Traft&&2$$Negate&&2$$Threads of Disloyalty&&1$$Sword of War and Peace&&3$$Annul&&3$$Spell Pierce&&1$$Grafdiggers Cage&&1$$Kataki, Wars Wage&&2$$Wrath of God | |
| Spokes 3,1 4278876 WU 2$$Elsewhere Flask&&1$$Marsh Flats&&4$$Chromatic Star&&4$$Second Sunrise&&4$$Lotus Bloom&&4$$Conjurers Bauble&&3$$Ichor Wellspring&&4$$Darksteel Citadel&&1$$Noxious Revival&&2$$Scalding Tarn&&4$$Chromatic Sphere&&1$$Banefire&&4$$Reshape&&3$$Plains&&4$$Island&&4$$Faiths Reward&&4$$Terrarion&&3$$KrarkClan Ironworks&&4$$Ghost Quarter&&1$$Laboratory Maniac&&3$$Disenchant&&4$$Leyline of the Void&&3$$Defense |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- phpMyAdmin SQL Dump | |
| -- version 3.5.0 | |
| -- http://www.phpmyadmin.net | |
| -- | |
| -- Host: 127.0.0.1 | |
| -- Generation Time: May 13, 2012 at 07:01 PM | |
| -- Server version: 5.5.23 | |
| -- PHP Version: 5.3.8 | |
| SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php defined('SYSPATH') or die('No direct script access.'); | |
| class Controller_Admin_Newsletter extends Controller_Admin { | |
| public static function get_hash($mail) | |
| { | |
| return md5($mail.Cookie::$salt); | |
| } | |
| public static function unsubscribe_url($email) |