Lucas Carrasco

Results 6 issues of Lucas Carrasco

# Summary This pull request introduces a script to automate the creation of a python virtual environment, installing dependencies, and running DashAI frontend and backend. This automation only works if...

# Summary Functions and tests implementation to pypi data retrieval. - Plugins list retrieved from pypi aren't in lower case. - Plugin names could start with DashAI or dashai ->...

# 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 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...