Ranuga Disansa
Ranuga Disansa
Add Pytorch Lightning It's kind of a sub-Pytorch its easier to use than PyTorch With best regards, Ranuga
Hi, [MIT Cancer Genomics Data](http://www.broadinstitute.org/cgi-bin/cancer/datasets.cgi) gives a proxy error
## What is this Python project? A Easy Implementation of PyTorch (It will be better if you learn pytorch first but then you can learning pytorch-lightning to make the DL...
### Issue Title Incompatibility with NumPy 2.0.0: Module Crashes Due to Binary Incompatibility and Attribute Errors ### Issue Description #### Description: I encountered issues when running the `flaml` module with...
Updated documentation across various examples and the `model.py` file to include information about `automl.model.estimator`. This addition addresses issue #1194 and enhances the clarity and usability of FLAML by providing users...
## Why are these changes needed? This PR addresses a typo in `automl/timeseries/ts_model.py`. The lines checking for zero values in the dataset incorrectly reference `train_df.y` instead of `train_df[target_col]`. This update...
## Overview This Pull Request introduces changes that address the parameter naming inconsistency between `max_leaves` and `max_leaf_runodes` highlighted in issue #1298. The modification ensures backward compatibility and aims to reduce...
**Description:** This commit updates the Optuna version to 2.10.0 across relevant dependencies in the setup.py file. This ensures compatibility with the latest features and improvements provided by Optuna while maintaining...
This pull request adds an import statement for the logging module and initializes a logger object in the spark module of FLAML. The logger is used to issue a warning...
In the FLAML codebase, there is inconsistent usage of string formatting methods such as .format() and f-strings (f""). This inconsistency can lead to confusion and hinder readability, especially for contributors...