Search alternatives:
time implementation » _ implementation (Expand Search), policy implementation (Expand Search), effective implementation (Expand Search)
code predicts » model predicts (Expand Search), index predicts (Expand Search), probe predicts (Expand Search)
python time » python files (Expand Search)
time implementation » _ implementation (Expand Search), policy implementation (Expand Search), effective implementation (Expand Search)
code predicts » model predicts (Expand Search), index predicts (Expand Search), probe predicts (Expand Search)
python time » python files (Expand Search)
-
141
-
142
-
143
Data_Sheet_1_Razorback, an Open Source Python Library for Robust Processing of Magnetotelluric Data.pdf
Published 2020“…This paper presents Razorback, an open source Python library, implemented to handle, manipulate, and combine time series of synchronous data. …”
-
144
-
145
Initial Weight Models of Predictive Coding Deep Neural Network (Chainer & Pytorch)
Published 2021“…Sample Initial Weight Model of Predictive Coding Deep Neural Network.<div><br></div><div><div>Use the model with predictive coding deep neural network,</div><div>https://doi.org/10.6084/m9.figshare.5483710</div><div>and with training dataset,</div><div>https://doi.org/10.6084/m9.figshare.5483668</div><div><br></div><div>Sample command.…”
-
146
Computing Mixture Adsorption in Porous Materials through Flat Histogram Monte Carlo Methods
Published 2023Subjects: -
147
-
148
-
149
BSTPP: a python package for Bayesian spatiotemporal point processes
Published 2025“…<p>Spatiotemporal point process models have a rich history of effectively modeling event data in space and time. However, they are sometimes neglected due to the difficulty of implementing them. …”
-
150
-
151
-
152
Predicting coding regions on unassembled reads, how hard can it be? - Genome Informatics 2024
Published 2024“…The locations and directions of the predictions on the reads are then combined with the information about locations and directions of the reads on the genome using Python code to produce detailed results regarding the correct, incorrect and alternative starts and stops with respect to the genome-level annotation.…”
-
153
Machine Learning Models for Predicting Infant Undernutrition in Rural Rajasthan, India Code and Dataset
Published 2024“…The code is extensively commented for clarity.</p><p dir="ltr">1. 1_low_birth_weight_model.py: Script for developing the low birth weight prediction model.…”
-
154
Data and Codes to Support Geospatial Constrained Optimization
Published 2021“…<div><div>The shared files provide the data and code to support the paper, titled "Geospatial constrained optimization to simulate and predict spatiotemporal trends of air pollutants" to be published in <i>Spatial Statistics</i>. …”
-
155
-
156
Table_2_XCast: A python climate forecasting toolkit.docx
Published 2022“…Heavy data preprocessing is needed: gridded data must be aggregated, reshaped, or reduced in dimensionality in order to fit the strict formatting requirements of Python's data science tools. Efficiently implementing this gridpoint-wise workflow is a time-consuming logistical burden which presents a high barrier to entry to earth data science. …”
-
157
Table_1_XCast: A python climate forecasting toolkit.docx
Published 2022“…Heavy data preprocessing is needed: gridded data must be aggregated, reshaped, or reduced in dimensionality in order to fit the strict formatting requirements of Python's data science tools. Efficiently implementing this gridpoint-wise workflow is a time-consuming logistical burden which presents a high barrier to entry to earth data science. …”
-
158
Table_2_XCast: A python climate forecasting toolkit.docx
Published 2022“…Heavy data preprocessing is needed: gridded data must be aggregated, reshaped, or reduced in dimensionality in order to fit the strict formatting requirements of Python's data science tools. Efficiently implementing this gridpoint-wise workflow is a time-consuming logistical burden which presents a high barrier to entry to earth data science. …”
-
159
Table_1_XCast: A python climate forecasting toolkit.docx
Published 2022“…Heavy data preprocessing is needed: gridded data must be aggregated, reshaped, or reduced in dimensionality in order to fit the strict formatting requirements of Python's data science tools. Efficiently implementing this gridpoint-wise workflow is a time-consuming logistical burden which presents a high barrier to entry to earth data science. …”
-
160
FlakyFix: Using Large Language Models for Predicting Flaky Test Fix Categories and Test Code Repair
Published 2025“…<p dir="ltr">This is the replication package associated with the paper: 'FlakyFix: Using Large Language Models for Predicting Flaky Test Fix Categories and Test for Code Repair'</p><p><br></p><p dir="ltr">### Requirements</p><p dir="ltr">This is a list of all required python packages:</p><p dir="ltr">-imbalanced_learn==0.8.1</p><p dir="ltr">-numpy==1.19.5</p><p dir="ltr">-pandas==1.3.3</p><p dir="ltr">-transformers==4.10.2</p><p dir="ltr">-torch==1.5.0</p><p dir="ltr">-scikit_learn==0.24.2</p><p dir="ltr">-openai==v0.28.1</p><p><br></p><p dir="ltr">#Automated tool for labelling dataset with flaky test fix categories</p><p><br></p><p dir="ltr">This is a step-by-step guideline for automatically labelling dataset with flaky test fix categories</p><p><br></p><p><br></p><p dir="ltr">### Input Files:</p><p dir="ltr">This is a an input file that is required to accomplish this step:</p><p dir="ltr">* Data/IdoFT_dataset_filtered.csv</p><p dir="ltr">https://figshare.com/s/47f0fb6207ac3f9e2351</p><p><br></p><p dir="ltr">### Output Files:</p><p dir="ltr">* Results/IdoFT_dataset_filtered.csv</p><p><br></p><p><br></p><p dir="ltr">### Replicating the experiment</p><p><br></p><p dir="ltr">This experiment can be executed using the following commands after navigating to the `Code\` folder:</p><p><br></p><p dir="ltr">```console</p><p dir="ltr">bash Automated_labelling_tool.sh</p><p>```</p><p><br></p><p dir="ltr">It will generate the dataset required to run our prediction models to predict the category of the fix, given a flaky test code</p><p><br></p><p>---</p><p><br></p><p dir="ltr"># Prediction models for fix categories using the test case code</p><p><br></p><p dir="ltr">This is the guideline for replicating the experiments we used to evaluate our prediction models i.e. …”