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-26

A Leaf Area Index dataset retrieved by benchmark-driven machine learning framework from Chinese Fengyun-3B VIRR data

Jiakai You, Yinghui Zhang, Yonghong Liu, Zhongwen Hu, Jingzhe Wang, G H Wu

Leaf Area Index (LAI) serves as a key biophysical parameter for characterizing vegetation canopy structure and ecosystem functions. To address the absence of LAI products for the Fengyun-3B (FY-3B) satellite and the limitations of current satellite LAI products, this study propos…

View free PDFSource page
openalexFigshare2026-07-26

Algorithmic Detection of Chronological Sleep Decay: An L2-Regularized Logistic Regression Analysis of CDC Surveillance Data (1991–2023)

Akhtar Ms

Background &amp; Objective: Chronic sleep deprivation among adolescents has accelerated over the past three decades, aligning with widespread digital media saturation and reported cognitive focus issues. Traditional public health tracking often evaluates short‑term trends, overlo…

View free PDFSource page