Skip to content

Commit

Permalink
rearrange files tree
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf schers committed Jul 9, 2017
1 parent c7583df commit 0580761
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/random_forest/gbm.rb → lib/Models/gbm.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'decision_tree'
require 'models/decision_tree'
require 'features'

class Gbm
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'decision_tree'
require 'models/decision_tree'

class RandomForest
RF_FOREST_XPATH = 'PMML/MiningModel/Segmentation/Segment'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0580761

Please sign in to comment.