Jelle Teijema

Results 8 issues of Jelle Teijema

https://github.com/asreview/asreview/blob/25ce8540a9c7e006c100b0da3617bc342c3597d3/asreview/project.py#L390C1-L397C14 ```python if isinstance(feature_matrix, np.ndarray): feature_matrix = csr_matrix(feature_matrix) if not isinstance(feature_matrix, csr_matrix): raise ValueError( "The feature matrix should be convertible to type " "scipy.sparse.csr.csr_matrix." ) ``` We're casting all feature...

Discussion

## Feature Request When running a simulation from the CLI, I get tensorflow warnings: ```console 2023-05-17 12:03:38.047783: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2023-05-17...

enhancement

The example for the new multiple plots code is as follows: ```python import matplotlib.pyplot as plt from asreview import open_state from asreviewcontrib.insights.plot import plot_recall fig, ax = plt.subplots() with open_state("tests/asreview_files/sim_van_de_schoot_2017_1.asreview")...

question

```console C:\Users\5927226\Downloads> asreview data compose output.xlsx -r '.\asreview_dataset_all_Search update 2023.xlsx' -u .\combined_update_dedup.xlsx C:\Users\5927226\AppData\Local\Programs\Python\Python311\Lib\site-packages\asreview\io\utils.py:142: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through...

![plot_recall_sim_Sep_2021](https://github.com/user-attachments/assets/43310338-d248-42a4-896e-57d4f48cf3b0) The recall plot should be nuance by a perfect line. This line indicates the inclusion ratio. The performance should be evaluated in comparison to the perfect possible performance, not...

A loss metric value based on the distance between the perfect recall curve and the actual recall curve. ![output](https://github.com/user-attachments/assets/d3c3382e-ff0a-44b2-88d8-886960c3f2cc)

For me, the output of the export is all lower case.

documentation