Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Feature Extraction and Modeling Pipeline
Post: Feature Extraction and Modeling Pipeline

# Create a pipeline that extracts features from the data then creates (evaluates) a model import pandas as pd import numpy as np from sklearn.model_selection import KFold from sklearn.model_selection ...
FelixLarry Code sharing 1 2,120 Sep-06-2022, 09:44 PM
    Thread: Automate Machine Learning Workflows with Pipelines
Post: Automate Machine Learning Workflows with Pipelines

# Create a pipeline that standardizes (prepares) the data then evaluates a model import pandas as pd import numpy as np from sklearn.model_selection import KFold from sklearn.model_selection import cr...
FelixLarry Code sharing 0 1,789 Sep-06-2022, 09:37 PM
    Thread: Choosing the Best Machine Learning Model
Post: Choosing the Best Machine Learning Model

# Comparing classification algorithms import pandas as pd import numpy as np import matplotlib.pyplot as plt from sklearn.model_selection import KFold from sklearn.model_selection import cross_val_sco...
FelixLarry Code sharing 1 2,658 Sep-06-2022, 09:30 PM
    Thread: Compare Machine Learning Regression Algorithms Consistently
Post: Compare Machine Learning Regression Algorithms Con...

# Comparison of Regression Algorithms import pandas as pd import numpy as np import matplotlib.pyplot as plt from sklearn.model_selection import KFold from sklearn.model_selection import cross_val_sco...
FelixLarry Code sharing 0 1,881 Sep-06-2022, 09:25 PM
    Thread: Evaluating the Performance of Machine Learning Algorithms
Post: Evaluating the Performance of Machine Learning Alg...

Hello Comrades, as someone who is very new to python, I keep learning and always trying new stuff each day. Here is a code I have been able to put together in my attempt to evaluating the performance ...
FelixLarry Code sharing 0 2,073 Sep-02-2022, 09:20 PM
    Thread: [split] simple calculator
Post: RE: [split] simple calculator

(Aug-19-2022, 10:46 AM)perfringo Wrote: There is built-in operator module what can be used to map operations to specific characters: import operator operations = {'+': operator.add, ...
FelixLarry Code sharing 11 4,421 Aug-20-2022, 11:34 AM
    Thread: [split] simple calculator
Post: RE: [split] simple calculator

(Aug-19-2022, 10:07 AM)rob101 Wrote: Hi. It's good to see that you are trying and learning new ways, and I understand that you want to move forward as fast as you can. To do that you must first lea...
FelixLarry Code sharing 11 4,421 Aug-19-2022, 11:15 PM
    Thread: [split] simple calculator
Post: RE: [split] simple calculator

Hello rob101, Following your recommendations on my previous code for making a simple calculator, here is the little improvement I have been able to make as homework. Please check and advise. # Prog...
FelixLarry Code sharing 11 4,421 Aug-19-2022, 12:41 AM
    Thread: [split] simple calculator
Post: RE: [split] simple calculator

Hello rob101, You have made a great deal of comments on this code of mine and I appreciate it. I have already been knocking my head around on other ways to improve the code as you have technically ad...
FelixLarry Code sharing 11 4,421 Aug-18-2022, 04:07 PM
    Thread: [split] simple calculator
Post: [split] simple calculator

I started learning python just a week ago and has been a very interesting experience. I have been able to write my first program in python, which is a program to make a simple calculator. I want to sh...
FelixLarry Code sharing 11 4,421 Aug-18-2022, 02:24 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020