80 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
27
views
AttributeError: the layer convolutional_Bidirectional_LSTM has never been called and thus has no defined input
I have 3 models and I want to create a hybrid model with these. I put my first models when I want to call the input of this I get an error.
This is my code:
def memory_model(input_shape, num_class, ...
0
votes
0
answers
46
views
How to apply Ensemble Feature Selection in Weka?
How can we apply Ensemble Feature Selection in Weka platform?
Edit 01:
This paper applied Ensemble Feature Selection using Weka, but I do not know how to do it.
https://ieeexplore.ieee.org/abstract/...
0
votes
1
answer
4k
views
Error in UseMethod("filter") : no applicable method for 'filter' applied to an object of class "NULL"
I am actually using Tidymodels package on R to study a multi-class classification problem. I have trained several models using Workflow sets, and in my recipe I added a step taken there to replace NA ...
-2
votes
1
answer
257
views
Why ensemble models are not recommended? [closed]
In the Deep Learning Specialization course by Dr. Andrew Ng, he mentions that stuff like ensemble models or boosting, though work fine in practice and are good for winning competitions, he recommends ...
1
vote
1
answer
54
views
Extract base model prediction H2o stacked model mojo
Is it possible to extract base models prediction given the final stacked ensemble mojo model using java in production for scoring
0
votes
1
answer
619
views
Error : No module named 'sklearn.tree.tree
import sys
from os import listdir, sep
import numpy as np
import pickle
from PIL import Image
import cv2
from sklearn.ensemble import RandomForestClassifier
import numpy as np
from PIL import Image
...
0
votes
1
answer
337
views
Multi Classification Ensemble Cross validation Function too many values to unpack (expected 2)
[Link to SampleFile][1]
[1]: https://www.dropbox.com/s/vk0ht1bowdhz85n/StackoverFlow_Example.csv?dl=0
Code below is in 2 parts Function and main code that calls function. There are a bunch of print ...
1
vote
1
answer
1k
views
Understanding max_features parameter in RandomForestClassifier
I am analyzing RandomForestClasifier and need some help.
max_features parameter gives the max no of features for split in random forest which is generally defined as sqrt(n_features). If m is sqrt of ...
0
votes
1
answer
53
views
Ensembles - How to support plists with Dropbox?
We have been testing Ensembles and developing a migration strategy from our current sync method. We use plists extensively to manage app settings which work fine with iCloud, if devices are using the ...
1
vote
0
answers
329
views
Zookeeper: Get Leader node from Follower node
If I have an ensemble of Zookeeper nodes where I have the IP of one of the Zookeeper node which is a 'follower' node, is it possible to find out the 'Leader' node from the follower node by connecting ...
0
votes
1
answer
897
views
Cannot stop Zookeeper nodes from the ensemble formed in same machine
I am running a zookeeper ensemble of 3 nodes in the same machine. I unpacked zookeepers to three different locations. I can start all the 3 nodes. When I look at the status of the nodes, one node is a ...
1
vote
1
answer
1k
views
caretStack in R - unused argument
I am doing a stack of models in R as follows:
ctrl <- trainControl(method="repeatedcv", number=5, repeats=3, returnResamp="final", savePredictions="final", classProbs=TRUE, selectionFunction="...
0
votes
1
answer
126
views
Ensembles 2 CloudKit
I currently use Ensembles 1 in my app to synchronise between core data and iCloud, and I am looking to upgrade to Ensembles 2 to make use of CloudKit and the push notifications it provides.
My ...
0
votes
0
answers
80
views
Zip and Encryption pods build error in Ensembles 2.6.2
I created a brand new Xcode project in Swift and integrated Ensembles 2.6.2 via Cocoapods.
I also wanted to include Zip compression and Encryption and so I simply added these 2 pods in my Podfile, as ...
1
vote
0
answers
136
views
Fatal Exception: NSInvalidArgumentException +[NSMapTable cde_strongToStrongObjectsMapTable]: unrecognized selector sent to class
I am currently working on an iPad Application using Objective C language on Xcode version 9.2 and iOS 11.
In this application we are using Ensembles 2 framework with Magical Record for syncing our ...