Arlind Kadra

Results 19 issues of Arlind Kadra

#### Reference Issue #1066, #1063 #### What does this PR implement/fix? Explain your changes. - [x] Uses names instead of integer ids in the examples whenever possible. - [x] Update...

https://github.com/openml/openml-python/blob/6e8a9db03fd1af9d3eb0623970101413b531cc69/openml/runs/run.py#L28-L63 This probably we should update, considering there are some fields that do not have a description and might be clearer with one.

Documentation

#### Description Use names instead of integer ids when possible for better readability (e.g., for datasets at least it is possible to use names of the dataset).

Documentation
Good First Issue

https://github.com/openml/openml-python/blob/62014cdb80fe7a19d105abd70d999edc8e84c817/openml/datasets/functions.py#L370-L371 It would be good to update the argument description to mention that it also takes a dataset name like in `get_datasets`. I did not notice it the first time...

Documentation
Good First Issue
Data

#### Description The example https://openml.github.io/openml-python/master/examples/30_extended/configure_logging.html#sphx-glr-examples-30-extended-configure-logging-py does not work, it should use `openml.config.set_console_log_level` function instead of `console_log.setLevel`.

Documentation
Good First Issue

#### Description Create an example with datasets that have different types of features.

Data

#### Reference Issue Fixes #577 #### What does this PR implement/fix? Explain your changes. Adds unit test to verify the implemented comparison for the dataset object. #### How should this...

#### Description Add a unit test for dataset equality. Something which was changed in #540.

Data

Hey all, After having a clean environment, installing all the dependencies as suggested in the repo, the example code fails with the following error: `ModuleNotFoundError: No module named 'smac.tae.execute_ta_run'` **Code:**...