Prabhant Singh

Results 22 issues of Prabhant Singh

Hi, Looks like the notebook https://github.com/automl/NASLib/blob/Develop/examples/example_runner.ipynb is broken and there is an error there.

We already have dataset download support in parquet and MinIO, now the next phase is uploading these datasets. We need to allow parquet upload directly to MinIO. For this there...

priority: high
CoreSystem

I think it will be helpful to have an example to convert image datasets to open python datasets, We already have Image datasets on OpenML like cifar10 but currently, there...

Documentation
Feature request
Data

MWE: Seems like the documentation is incorrect here and the samplers are not sklearn API compatible. Also implementing ```python from multi_imbalance.resampling.soup import SOUP soup = SOUP(maj_int_min={ 'maj': [0, 1], #...

It's a lot of work currently for a user to convert model string to gama individual string format. It will be great if we can have a function for that...

enhancement
feature

This bug makes sense because LinearSVC does not support probabilities by default I think reference here: https://stackoverflow.com/questions/47312432/attributeerrorlinearsvc-object-has-no-attribute-predict-proba ```python Traceback (most recent call last): File "/home/singhp/metalearning_experiments/gama/gama-warm-pretraining.py", line 35, in probability_predictions =...

need clarification

Replacing custom backend with dask distributed

Hi, I am a little new to Anomaly detection but I was curious about what is the right way to do cross validation while using ADBench as the test and...

Hi, the paper reproducibility branch gives me an error, any idea how to tackle this? https://github.com/yzhao062/MetaOD/tree/master/paper_reproducibility

Hi, Thanks for this amazing library, while exploring the API docs I noticed that the side panel is too full and not very helpful in the readability of docs. I...

documentation