mindsdb / lightwood

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

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

Closed rajveer43 closed 1 year ago

rajveer43 commented 1 year ago

Close #909

paxcema commented 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 😁