Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
21 views

I’m 28, a Physics graduate, and for the last 2.5 years I’ve been working as a consultant in the supply chain space. Most of my day-to-day work is dealing with data and building visualisations in Power ...
Voy4g3r's user avatar
Tooling
0 votes
1 replies
61 views

Running US-focused tech blog ezoon.co from . Covering AI startups, Silicon Valley news, VC funding. Need tools for: 1. Scraping TechCrunch, VentureBeat, CNBC tech from US sources 2. Auto-generate ...
user32486592's user avatar
Tooling
0 votes
1 replies
55 views

Running US-focused tech blog ezoon.co from Pakistan. Covering AI startups, Silicon Valley news, VC funding. Need tools for: 1. Scraping TechCrunch, VentureBeat, CNBC tech from US sources 2. Auto-...
user32486592's user avatar
Tooling
0 votes
3 replies
38 views

I’m fine-tuning LLMs using PyTorch on a workstation’s GPU that’s physically accessible in our office. I’d like to build a GUI—either a web-based one accessible from any office computer or a standalone ...
schotti's user avatar
  • 175
Advice
0 votes
0 replies
23 views

After reading some articles it is still unclear to me why exactly the AutoGluon tutorial for Chronos2 creates training data. If I am not wrong, foundation models use transfer learning and the weights ...
Elias Mondelaers's user avatar
1 vote
1 answer
62 views

I need to run python script with costly initialization (0.5 seconds). To mitigate initialization time multiple interpreters are pooled, so when need to execute arises, interpreter is taken from pool ...
JL0PD's user avatar
  • 4,748
Advice
0 votes
5 replies
74 views

In the Python program my colleagues and I are writing, we have one very important class that needs to be protected against having its properties changed erroneously. This class controls a lot of ...
TheSoundDefense's user avatar
Advice
0 votes
4 replies
54 views

so one of the biggest hurdles I currently face is navigating through my University website to find the relevant data like fee structure for my course(which is updated bi annually) and other ...
Shehzad Khan's user avatar
Advice
0 votes
1 replies
37 views

I am using lightgbm to solve a binary classification problem. After training process, I use gain importance to analyse the model. The top 20 feature importance (gain) looks like the following | ...
airforce-001's user avatar
Advice
0 votes
2 replies
65 views

I'm currently with minimal knowledge of python. I'm aspiring to become a heavy backend engineer using python language for the start, please I need a precise advice on how to start. And what to learn ...
Marvellous Samuel's user avatar
0 votes
0 answers
23 views

Question: When Notebook_A is executed, it's not displaying value of my_variable. Why? Remarks: I though you can use %run command to make variables defined in one notebook available in another. The %...
nam's user avatar
  • 24.3k
-10 votes
0 answers
79 views

I have 80 millions of rows per week and I need to disperse per day. Which tool is the most recommended? SQL Server is not good, it takes a long time to calculate and insert data. I thought about using ...
RONHI's user avatar
  • 1
0 votes
0 answers
38 views

I have a „central“ Python 3.12 venv that is shared by several users. I wanted to set up a local clone of this environment for developing. To be clever about it, I only set up an empty environment and ...
Niclas's user avatar
  • 133
5 votes
1 answer
52 views

When I add another expression to Unevaluated(), then try to print it, the unevaluated output is surrounded by (). The problem comes when the first coefficient in the resulting expression to be ...
brw59's user avatar
  • 576
3 votes
1 answer
75 views

I am making a self spellckeck tkEntry: import tkinter as tk import language_tool_python from lib.widgets.text.pastable_entry import PasteableEntry class SpellCheckEntry(PasteableEntry): def ...
Dimitrios Desyllas's user avatar

15 30 50 per page
1
2 3 4 5
147180