2024.11.25 00:40 shanbanansings1013 Friday the 13th Flash Tattoos
What studios/artists have Dec Friday the 13th Flash Tattoos?
submitted by shanbanansings1013 to Seattle [link] [comments]
2024.11.25 00:40 No_Tie5217 STRANGER THINGS SEARCH
Hello there! I'm looking for people who want to write in the Stranger Things fandom who are 18+ as I am 18+ myself. I would also like to mention that all characters must be 18+ as well. My writing style fluctuates depending on the scene and what I am given by my partner but I like to keep a minimum of 350 words with all of my posts. Most of my posts really averaging to about 500-600 words. I also prefer to write in the third person, past tense and I prefer to write on discord. I also enjoy making character boards, character boards, playlists, and love to gush about the roleplay!
As for plot, I'm really open for anything at the moment! I usually prefer to do an AU so that way we have control over certain elements like the Mind Flayer, the Upside Down, Vecna etc. I prefer to have the universe take place a few years after the events of Season 2 so they have some time to grow and find who they are!
Currently, I'm looking to write against Eleven. I would also like to mention that I like to have mini roleplays going along to help expand the universe and see what is going on in other character's lives! For the mini roleplays, it can be any pairing at all! I don’t have any preference and can play everyone!
I want to keep this short and sweet so if you are interested or if you have any questions, interact with this post and I'll hit you up! Hope you have an awesome day!
submitted by No_Tie5217 to roleplaying [link] [comments]
2024.11.25 00:40 AlisaBS Facebook is not Google
submitted by AlisaBS to oldpeoplefacebook [link] [comments] |
2024.11.25 00:40 BroMandi [Staples] Canon imageCLASS MF753CDW Wireless Color All-In-One Laser Printer $379.99 + 50% back in points at Staples.com [Deal: $379.99, Actual: $649.99]
submitted by BroMandi to RedditShoppingDeals [link] [comments] |
2024.11.25 00:40 Small-Rub-6220 Blunt, bong, pipe or joint?
Which is your favorite to partake?
submitted by Small-Rub-6220 to Marijuana [link] [comments]
2024.11.25 00:40 saocv Trump’s Plan to Stop Inflation & Crush the Deep State with Impoundment Authority | Agenda47
submitted by saocv to NyongesaSande [link] [comments] |
2024.11.25 00:40 Martini04 [Python] Decision tree prediction using recursion
Hello world! I'm currently taking a class on machine learning and am very stuck on a strange problem
As part of a larger assignment we have been instructed to partially implement a decision tree that can separate the data from a dataset into groups. (Mainly using numpy)
To implement the predict function we have been given these instructions:
Parameters ---------- X: NDArray NumPy feature matrix, shape (n_samples, n_features) node: "DecisionTreeBranchNode" or "DecisionTreeLeafNode" Node used to process the data. If the node is a leaf node, the data is classified with the value of the leaf node. If the node is a branch node, the data is split into left and right subsets, and classified by recursively calling _predict() on the left and right subsets. Returns ------- y: NDArray NumPy class label vector (predicted), shape (n_samples,) Notes ----- The prediction follows the following logic: if the node is a leaf node return y vector with all values equal to leaf node value else (the node is a branch node) split the dataset into left and right parts using node question predict classes for left and right datasets (using left and right branches) "stitch" predictions for left and right datasets into single y vector return y vector (length matching number of rows in X)
Based on those instructions i wrote this function:def _predict( self, X: NDArray, node: Union["DecisionTreeBranchNode", "DecisionTreeLeafNode"] ) -> NDArray: if type(node) == DecisionTreeLeafNode: y = np.zeros(len(X), dtype=np.int32) y[:] = node.y_value return y else: left_mask = X[:, node.feature_index] <= node.feature_value left = X[left_mask] right = X[~left_mask] left_pred = self._predict(left, node.left) right_pred = self._predict(right, node.right) y = np.concatenate((left_pred, right_pred)) return y
Which can reliably predict how many items from the dataset will end up in each group, but the order is completely wrong. Decision tree: f0 <= -0.368_____________________ / \ 0 _______f1 <= -0.229 / \ f0 <= 0.732 1 / \ 2 3 Data: [[-1. 0. ] [ 1. 1. ] [ 0.5 -1. ] [ 1.5 -1. ]] Expected result: [0, 1, 2, 3] Actual result: [0, 2, 3, 1]
I understand why the order is wrong, since np.concatenate() just mashes the two vectors into one without regard for the contents, but i cannot find a way to keep the order of the items while using the recursive method described in the instructions.2024.11.25 00:40 trailer8k Stalker 2_ The Legend of Curly's Gold - videogamedunkey
submitted by trailer8k to Trailerclub [link] [comments] |
2024.11.25 00:40 Street_maomao_5025 Order now and get a free travel bag—grab it while it lasts!
submitted by Street_maomao_5025 to Repdesignerwatch1 [link] [comments]
2024.11.25 00:40 gdbunit Can you get the VS Vintar behind Quiet?
The first time I went to Quiet's trading post I noticed there's a VS Vintar behind him on the gun rack. This is the first time I've seen an actual lootable weapon at a trading post. Can you get this gun somehow? The door to the room he's in is locked. Is it possibly a quest reward or something?
submitted by gdbunit to stalker [link] [comments]
2024.11.25 00:40 Final_Length4997 Kirito will forever one love Asuna but Hajime will Eventually have a harem
submitted by Final_Length4997 to swordartonline [link] [comments] |
2024.11.25 00:40 RadiantRaven_03 CAT MYTHS.
Some people say that the CAT exam alternates between being difficult and easy, with 2023 being difficult, 2024 quite easy, and 2025 predicted to be difficult again. Is it a myth that the CAT exam follows this pattern of difficulty every alternate year? I hope you understand what I’m trying to say.
submitted by RadiantRaven_03 to CATpreparation [link] [comments]
2024.11.25 00:40 Plane_Ad9568 What to use for these random deterioration spots
submitted by Plane_Ad9568 to pool [link] [comments] |
2024.11.25 00:40 YanniRotten Magazine Cover by artist Tae Young Choi
submitted by YanniRotten to ImaginaryTrains [link] [comments] |
2024.11.25 00:40 youraverageinvestor Found while shopping for bedsheets…
submitted by youraverageinvestor to funny [link] [comments]
2024.11.25 00:40 Ok-Traffic-9305 Buying for Scrooge
Question I’ve been thinking about after reading another post: do you buy everything that you don’t own already in McDuck’s store?
I do! Just curious what other players do. My furniture inventory is getting annoying to navigate.
submitted by Ok-Traffic-9305 to DreamlightValley [link] [comments]
2024.11.25 00:40 Fluid_Highlight_8409 Cabeça friaa
submitted by Fluid_Highlight_8409 to Doazinlive [link] [comments] |
2024.11.25 00:40 Coocoomboor My partner has admitted they are not talking about the extent of their depression, anxiety and every other day breakdowns. Should I contact their therapist via email?
My partner has also expressed suicidal ideation and has said they have not reached out to their therapist about it. Should I contact their therapist and if so what should I say?
submitted by Coocoomboor to therapy [link] [comments]
2024.11.25 00:40 emir_istan3866 What is this?
This post contains content not supported on old Reddit. Click here to view the full post
submitted by emir_istan3866 to Pixelary [link] [comments]
2024.11.25 00:40 Foinkerton Why does my computer output sound horrible?
I just got an interface, and while all of the output from audacity and the direct monitoring sounds great, and media output from spotify or youtube sounds like this. My computer is definitely powerful enough, so has anyone else had this issue and can help me?
submitted by Foinkerton to Focusrite [link] [comments]
2024.11.25 00:40 Kind_Suggestion7222 anyone trad
anyone got fallen unusual or idk just trading good stuff
submitted by Kind_Suggestion7222 to AUniversalTime [link] [comments]
2024.11.25 00:40 Dead-Face What is Unnnamable?
Reading the wiki, there's a maa "Unnamable". Which splat is it from?
submitted by Dead-Face to PrincesOfDarknessCK3 [link] [comments]
2024.11.25 00:40 CaptimSpaghetti Sharing my starting plan for Raging Echoes League
Hi all,
I have drafted a starting plan/checklist for the upcoming Raging Echoes League. I find early leagues can be quite overwhelming choosing what to do so when I saw they released some of the early tasks I drafted a plan to kickstart me for the first few hours and unlock my first relics/areas. This is by no means the most efficient start and I'm sure others have planned things in a better way, I just wanted to share what I made in case it resonates with any others and can help give some direction.
Considerations:
-This is a WIP, if you see something that may not work or could be improved, please comment and I will edit the list.
-This assumes you start with the Fishing/Hunter relic, it will still work with the other relics but may not be as fast and you might want to make tweaks in areas to suit your initial relic selection. It does not take into account your 2nd relic choice and changing paths once you select 2nd relic may be more efficient.
-I have added optional sections that I will be doing but avoiding them may be a more efficient start.
-Hard tasks have not been released yet so there may be some that could be completed within the start for even more points
-Based off previous Leagues brackets this guide will unlock your 2nd region and if all completed will be enough for T3 Relic.
Expected Results:
73 Easy Tasks = 730 Points
21 Medium Tasks = 630 Points
Total: 1360 Points
Task List:
2024.11.25 00:40 han___banan Galaxy Chrome
Simple, but still one of my favorite sets I’ve done so far. 😊 My favorite part is that the black is sheer enough that when you shine direct light, you can see it through the nail so you really do get the effect of a chromatic galaxy in deep space! submitted by han___banan to NailArt [link] [comments] |
2024.11.25 00:40 RelativeLab2002 Hard beats on iPhone?
submitted by RelativeLab2002 to iosmusicproduction [link] [comments] |