Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 2.18 KB | None | 0 0
  1.   def guest_factors
  2.     [ 1.90659,
  3.       :times_mentioned                                =>    0.42370,
  4.       :percentage_of_episodes_mentioned_on            => -207.41033,
  5.       :percentage_of_episodes_of_podcast_mentioned_on =>   -5.54095,
  6.       :number_of_people_mentioned                     =>   -0.60789,
  7.       :name_in_title                                  =>    2.29443,
  8.       :with_before_name_in_title                      =>    0.15975,
  9.       :name_in_description                            =>   -0.87176,
  10.      #:name_is_first_word_in_description              =>         NA,
  11.       :name_in_podcast_author                         =>   -2.03856,
  12.       :name_in_podcast_managing_editor                =>   -1.76887,
  13.     ]
  14.   end
  15.  
  16.   def host_factors
  17.     [ -7.1750,
  18.       :times_mentioned                                => -0.2052,
  19.       :percentage_of_episodes_mentioned_on            => 68.4392,
  20.       :percentage_of_episodes_of_podcast_mentioned_on =>  6.8068,
  21.       :number_of_people_mentioned                     => -0.3867,
  22.       :name_in_title                                  => -1.0571,
  23.       :with_before_name_in_title                      => -0.9079,
  24.       :name_in_description                            =>  5.1884,
  25.      #:name_is_first_word_in_description              =>      NA,
  26.       :name_in_podcast_author                         =>  2.9836,
  27.       :name_in_podcast_managing_editor                =>  4.2747,
  28.     ]
  29.   end
  30.  
  31.  
  32.   def neither_factors
  33.     [ -1.065e+00,
  34.       :times_mentioned                                => -3.673e-01,
  35.       :percentage_of_episodes_mentioned_on            =>  1.114e+02,
  36.       :percentage_of_episodes_of_podcast_mentioned_on => -2.204e+00,
  37.       :number_of_people_mentioned                     =>  6.524e-01,
  38.       :name_in_title                                  => -2.553e+00,
  39.       :with_before_name_in_title                      => -9.051e-04,
  40.       :name_in_description                            => -1.667e-01,
  41.      #:name_is_first_word_in_description              =>         NA,
  42.       :name_in_podcast_author                         => -1.259e+00,
  43.       :name_in_podcast_managing_editor                => -1.674e+01,
  44.     ]
  45.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement