Python-bloggers

Calling =TECHTO_MLREGRESSION for Machine Learning supervised regression in Excel is just a matter of copying and pasting

This article was first published on T. Moudiki's Webpage - Python , and kindly contributed to python-bloggers. (You can report issue about the content on this page here)
Want to share your content on python-bloggers? click here.

=TECHTO_MLREGRESSION in Excel is based on R and Python code from the Techtonique project’s Machine Learning supervised regression functions.

Here’s a unified way to use =TECHTO_MLREGRESSION directly and easily in Excel with xlwings Lite:

from techtonique_apis import techto_mlregression
xlwings==0.33.14  # required
python-dotenv==1.1.0  # required
pyodide-http  # required
black  # required
techtonique_apis

To leave a comment for the author, please follow the link and comment on their blog: T. Moudiki's Webpage - Python .

Want to share your content on python-bloggers? click here.
Exit mobile version