CORTEXA
← Browse
openalexFigshare2026-07-23Cited by 0

audit-responsible-ml-paper

Foalem Patrick loic

Project Name: Data Collection and Analysis for our paper Logging Requirement for Continuous Auditing of Responsible Machine Learning-based ApplicationsThis repository contains a Python script for conducting a replication study of the paper titled "Logging Requirement for Continuous Auditing of Responsible Machine Learning-based Applications." The script enables you to collect data from GitHub repositories, perform various analyses, and save the results. This README provides an overview of the project and instructions for using the script.PrerequisitesBefore using this script, make sure you have the following prerequisites:Python 3.x installed.Required Python packages installed. You can install them using <code>pip install -r requirements.txt</code>, where <code>requirements.txt</code> contains the necessary packages.UsageTo run the script, use the following command:<pre><pre>python main.py [options]<br></pre></pre>Options<pre><pre><br>-c, --collect: Search repositories with some configuration.<br>-s, --save: Save the found repositories.<br>-m, --metric: Collect repository metrics.<br>-cl, --clone: Clone repositories.<br>-conv, --convert: Convert all notebook files in a repository to .py files.<br>-p, --parser: Parse Python files and extract all function calls.<br>-i, --issue: Collect issues from repositories.<br></pre></pre>ExamplesSearch and Save Repositories:<pre><pre>python main.py --collect --save<br></pre></pre>Collect Metrics:<pre><pre>python main.py --metric<br></pre></pre>Clone Repositories:<pre><pre>python main.py --clone<br></pre></pre>Convert Notebooks to Python:<pre><pre>python main.py --convert<br></pre></pre>Parse Python Files:<pre><pre>python main.py --parser<br></pre></pre>Collect Issues:<pre><code>python main.py --issue</code></pre>

View free PDFSource page

Related papers

openalexFigshare2026-07-26

Hybrid machine-learning and BayeSQP framework for crystal plasticity parameter identification from single-crystal tensile responses

Basem Mohamed

"MachineLearning_mono" is a MATLAB code that can read the FCC and BCC dataset, train the Machine Learning models, and generate plots for the performance of the ML models and make predictions. "BayeSQP_optim" is a MATLAB code that can take the initial guess from ML and do optimiza…

View free PDFSource page
openalexFigshare2026-07-24

High-fidelity demodulation of vortex beams through dynamic scattering media using a physically constrained deep neural network

Wenwen Cai, Xuanxuan Wang, Mingqian Zhu, Dengfeng Kuang

Vortex beams carrying orbital angular momentum enable high-capacity optical communication and imaging, yet multiple scattering in dynamic medias such as biological tissues disrupts their wavefront. Brownian motion decorrelates the scattered field and invalidates conventional meth…

View free PDFSource page
openalexFigshare2026-07-24

benchmark_DL_CNN

Guoji Guo

<i>Deep learning (DL) methods show promising potential for single-cell data analysis, yet required tremendous efforts in building the models. </i><i>To streamline the application of sequence-based DL methods in single-cell genomics, we established a two-layer CNN model as a basel…

View free PDFSource page