mindsdb / lightwood

Lightwood is Legos for Machine Learning.
GNU General Public License v3.0
434 stars 92 forks source link

Improve documentation of device-related methods and docs regarding GPU usage #1185

Closed rajveer43 closed 10 months ago

rajveer43 commented 11 months ago

Close #909

paxcema commented 11 months ago

@rajveer43 also, take a close look at the failing test. It provides details on where the linting process is failing. You should be able to reproduce this locally by running flake8 lightwood from the root lightwood folder path, assuming your python environment has flake8 installed.

rajveer43 commented 11 months ago

I wonder why this deploy workflow skipped? any idea..would love to learn about it!

@rajveer43 also, take a close look at the failing test. It provides details on where the linting process is failing. You should be able to reproduce this locally by running flake8 lightwood from the root lightwood folder path, assuming your python environment has flake8 installed.

paxcema commented 11 months ago

To answer your question, the deploy workflow only triggers when merging into the stable branch. You can check the definition of these actions in the .github directory.

rajveer43 commented 10 months ago

I was away for a long weekend! will do it asap! Can you tell me more issues to work upon of any repo of mindsdb, would love to contribute more!

paxcema commented 10 months ago

Looks good, thanks for your contribution @rajveer43!

As for MindsDB, look for the good first issue tag in the mindsdb/mindsdb repo, or alternatively head to our community slack and ask over there, I'm sure we can help you find some other things to contribute on 😁