-
```
What steps will reproduce the problem?
I'm trying to do a "Hello World" of text classification. It works fine using
NaiveBayes. When I switch to FRF, I get:
Exception in thread "main" java.uti…
-
I was linked to this by @brendanvr. Nice package! I was wondering if you would consider exporting the stuff in metrics.R? There is a real lack of support for scoring binary classifiers in `modelr` and…
-
I think [pyAgrum](https://pyagrum.readthedocs.io/en/latest/) would be a great addition to the list of [algorithms](https://benchpressdocs.readthedocs.io/en/latest/available_structure_learning_algorith…
-
When I try to import evalml. I am getting the following error.
---------------------------------------------------------------------------
ImportError Traceback (most r…
-
Sometimes one would like to use a control sample, e.g. because more abundant, to determine MC weights to be then applied to other, e.g. more rare, samples
For this reason it would be very useful if h…
-
Was able to run ExploreKit against the ionosphere data to completion but can't get it to run to completion against my own data: 327 Categorical Attributes, 1 Categorical Class (Binary), 300000 instanc…
-
-
Hi,
Thanks for sharing this code and it's really helpful.
Recently I read your paper:"MSD: Multi-Self-Distillation Learning via Multi-classifiers within Deep Neural Networks".It's a very interesti…
-
Reported by Michel Verstraete:
```
IDL> filename = root + 'MISR_AM1_TC_CLASSIFIERS_P168_O068050_F07_0012.hdf'
IDL> fieldname = 'CloudMotionCrossTrack'
IDL> status = MTK_FIELDATTR_LIST(filename, …
-
resnet18, preprocess_input = Classifiers.get('resnet18')
base_model = resnet18(input_shape=(224,224,3), weights='imagenet', include_top=False,trainable=False)
x = keras.layers.GlobalAveragePooling2D…