Prashant Sharma
Prashant Sharma
``` Linear algorithm was disabled. AutoML directory: AutoML_1 The task is regression with evaluation metric r2 AutoML will use algorithms: ['Random Forest', 'LightGBM', 'Xgboost', 'CatBoost', 'Neural Network'] AutoML will ensemble...
genetic_data = pd.read_csv('https://github.com/EpistasisLab/scikit-mdr/blob/master/data/GAMETES_Epistasis_2-Way_20atts_0.4H_EDM-1_1.tsv.gz', sep='\t', compression='gzip') The above command is not working, error says : "BadGzipFile: Not a gzipped file (b'\n\n')"
Hi, I am trying to finetune DNABERT2 and DNABERTS on my data. My data has approx 800k sequences which are around 500 nucleotides each. I am fine tuning on kaggle's...