Kartik Mandar
Kartik Mandar
The pd.read_csv is trying to fetch file from unknown url. It is giving a 404: HTTP error. The url probably doesn't exist anymore. Hence someone have downloaded the file in...
As in the LombScargleCrossspectrum method, the parameter min_freq was set to 0 which gave this warning: /Users/kartikmandar/Desktop/GSOC/stingray/stingray/lombscargle.py:66: UserWarning: min_freq must be positive and >0. Setting to df / 2. warnings.warn("min_freq...
Two corrections in Lightcurve notebook. 1) Replaced chunk_length parameter with segment_size 2) Added reminder to use pip install lightkurve
The cross_correlation_notebook has some error in the code that I am having difficulty understanding. In the Another Example section of the notebook. The cs = CrossCorrelation() has no input lightcurves....
**Bug Description** The web search and web fetch tool are giving errors and zero results since yesterday? **Environment Info** - Platform: macos - Terminal: vscode - Version: 1.0.11 - Feedback...
DAVE Modernization This pull request completes the modernization of DAVE, updating the application from 2017 technology to 2025 standards. The project addresses 8 years of technical debt. Technology Stack Updates:...
## Summary - Add `TaskType.CLUSTERING` to the estimation procedure extraction block in `_create_task_from_xml()` - Handle empty `estimation_procedure_id` and `estimation_procedure_type` (some clustering tasks have `None` in XML) - Handle empty `target_name`...
### Description Clustering tasks (`TaskType.CLUSTERING`) are not having their estimation procedure details properly extracted from server XML, resulting in `None` values. ### Current Behavior ```python task = openml.tasks.get_task(126033) # Clustering...
Summary - Add configurable default_data_format option under openml namespace in config - Change default format from ARFF to Parquet for OpenML datasets - Extend reorder_dataset() to support parquet and csv...