DashAI icon indicating copy to clipboard operation
DashAI copied to clipboard

DashAI: an interactive platform for training, evaluating and deploying AI models

Results 20 DashAI issues
Sort by recently updated
recently updated
newest added

# Summary This pull request addresses the refactoring of the experiments module in the DashAI software. The key adjustment involves a comprehensive reorganization of the folder structure, adopting a clean...

front
refactor

# Summary When training a model, the backend throw this error: ``` RuntimeError: Task got Future attached to a different loop ``` The changes solve this problem, but when running...

# Summary An upgrade button is added to plugins in case there is a newer version of the plugin ## Type of change - Back end plugins new feature. ##...

# Summary These changes allow the software to upload image datasets without errors. ## Type of change - Front end new feature. - Back end new feature. - Bug fix....

# Summary Also before these changes, the plugins list was displayed after making a query to Pypi. This took a lot of time. So now the available plugins are retrieved...

# Summary Currently, the main conftest (`back/conftest.py`) initializes the API test client for each test, even if it does not test any API calls, slowing them down. This pr moves...

# Summary Add fields validation to optmizable int and float fields. ## Type of change - Back end new feature. - Refactoring. ## Changes - Created **OptimizableIntField** and **OptimizableFloatField** to...

enhancement
front
back
refactor

# Summary This pull request introduces a new feature to update the plugins database from PyPI and integrates this functionality into the plugins tab. Additionally, it includes error handling for...

# Summary The model job should consider any type of task to be extensible, however, currently it only considers classification tasks. This PR makes a quick-fix to solve the problem....

# Summary This pull request introduces new regression models and metrics. ### New Regression Models and Metrics: * Added new regression models (`GradientBoostingR`, `LinearRegression`, `LinearSVR`, `MLPRegression`, `RandomForestRegression`, `RidgeRegression`) and metrics...