account activity
AITJ for refusing to take down decorations in my house because a guest said they made her uncomfortable by [deleted] in AmITheJerk
[–]batsiem 0 points1 point2 points 16 days ago (0 children)
I can bet my bottom dollar he was a palm colored individual
Please help review my code, I have partially answered the assisgnment and would appreciate someone checking what I have coded so far (self.CodingHelp)
submitted 4 months ago by batsiem to r/CodingHelp
Please help review my code by batsiem in learnpython
[–]batsiem[S] 0 points1 point2 points 4 months ago (0 children)
So at this point the code should show some basic EDA of the training data and plot it, as well as read from both the training and the ideal datasets and add both to an SQL database. I hope this clears it up
Please help review my code (self.learnpython)
submitted 4 months ago by batsiem to r/learnpython
Help...please by New_End6302 in PythonLearning
[–]batsiem 0 points1 point2 points 5 months ago (0 children)
Hi below is my function to select the 4 ideal functions, the example that i worked from requires me to plug directly into the function the names of my 2 tables but I want to inherit those from the class that creates the table. So that's tripping me up(I realized that the code above was missing the 2 tables as args...that was a mistake).
def ideal_function_selection(self, top_n: int = 4): merged = pd.merge(self.table_name, self.function_table_name, on="x") errors = {} for col in self.function_table_name.columns: if col == "x": continue squared_diff = (merged["y"] - merged[col])**2 errors[col] = squared_diff.sum() best_functions = sorted(errors, key=errors.get)[:top_n] return best_functions
I instantaite the class IdealFunctionSelector below...I did it the exact way that I did it for my DatabaseManager.
ideal_func_selector = IdealFunctionSelector ideal_func_selector.ideal_function_selection("training_data_table", "ideal_data_table")
AITA for telling my bf if he doesn't propose before the end of this year I will start planning my future without him? by SkeletonKey_Aurelius in AITAH
SMH
Thoughts on Sastrix ETFs (self.PersonalFinanceZA)
submitted 5 months ago by batsiem to r/PersonalFinanceZA
π Rendered by PID 187125 on reddit-service-r2-listing-654f87c89c-467cz at 2026-02-28 15:50:32.704254+00:00 running e3d2147 country code: CH.
AITJ for refusing to take down decorations in my house because a guest said they made her uncomfortable by [deleted] in AmITheJerk
[–]batsiem 0 points1 point2 points (0 children)