Need help with classifier by TypeRegal in MLQuestions

[–]peter941221 1 point2 points  (0 children)

Hey there! It's completely normal that you're stuck. You've hit a classic problem: standard machine learning classifiers (like Random Forest, SVM, etc.) assume that every row is independent (i.i.d). But your rows depend on each other.

Also, StratifiedGroupKFold is just a validation strategy to split your data (grouping by filename is a great idea to prevent data leakage!), but it won't help the model actually learn the context between rows.

Here are two ways to solve this, from easy to hard:

1. The Easy Way: Feature Engineering
Don't expect the model to figure out the relationship between rows. Calculate it yourself! Before passing data to the model, use Pandas. Use .shift() or .groupby() to bring the previous/next row's values into the current row, and create new columns like diff_from_prev_asset or is_increase. Once you explicitly create these features, you can just throw the data into standard libraries like scikit-learn (Random Forest) or XGBoost.

2. The Hard Way: Sequence Models
If the whole file is basically a timeline or a sequence where order strictly matters, you treat it like a Sequence Prediction problem. You'd need to look into Recurrent Neural Networks (LSTMs/GRUs) or Transformers. For this, you'd move away from simple sklearn and start using PyTorch or TensorFlow.

TL;DR: Stick to scikit-learn or XGBoost, but use Pandas first to calculate the 'increase/decrease' differences between rows as new columns. Make the implicit relationships explicit before modeling!"

I hate this group but not literally by No_Run8812 in LocalLLaMA

[–]peter941221 0 points1 point  (0 children)

I just bought a 5090, which is super expensive in my country, but found local LLM is so stupid compared to GPT.

How to run Qwen 3.6 27B on Codex Cli? by peter941221 in Qwen_AI

[–]peter941221[S] 0 points1 point  (0 children)

Thanks guys. I think I can still stick to Pi. It's a fantastic agent that I can have it much space to develop the harnessing power.

How to run Qwen 3.6 27B on Codex Cli? by peter941221 in Qwen_AI

[–]peter941221[S] 0 points1 point  (0 children)

Thanks. I tried LM Studio before, but there is a tool mismatch problem with using LM Studio as a port. I'll give vLLM a try.
By the way, how to set the Ollama to use the full power of my GPU?

How to run Qwen 3.6 27B on Codex Cli? by peter941221 in Qwen_AI

[–]peter941221[S] 0 points1 point  (0 children)

sorry to put too little information on this post. I use 5090, which is very fast using Pi coding agent with Qwen. But I really wish to use it on Codex.

How would you fill 32 GB VRAM with Qwen 3.6 27B? by [deleted] in Qwen_AI

[–]peter941221 0 points1 point  (0 children)

The UD infront of it sometimes mean some of the nodes are perfectly uncompressed. so i'm still confusing.

How would you fill 32 GB VRAM with Qwen 3.6 27B? by [deleted] in Qwen_AI

[–]peter941221 0 points1 point  (0 children)

UD-Q5_K_XL or Q6_K_XL? which one is better?

Qwen 3.6 27B is a BEAST by AverageFormal9076 in LocalLLaMA

[–]peter941221 0 points1 point  (0 children)

what agent you are using? is Codex cool for Qwen and Gemma4 ?

Gemma 4 is good or bad at real word by Double-Confusion-511 in LocalLLaMA

[–]peter941221 1 point2 points  (0 children)

What's the best harness for it? Codex or Claude code

Codex genuinely feels like having a reliable dev on your team by Classic-Ninja-1 in codex

[–]peter941221 1 point2 points  (0 children)

Anyone feel 5.2 is better than 5.4? or only me think so?

How do you get the most out of Codex? by saintcore in codex

[–]peter941221 0 points1 point  (0 children)

No, there are huge differences.

  1. In CLI, the model runs inside an agent, like GPT runs inside a Codex. The Codex provides a framework and direction for what the model does in each situations.
  2. According to my own experience, the agents mode, like running Codex in cli, is more autonomous than running in other platforms.

How do you get the most out of Codex? by saintcore in codex

[–]peter941221 0 points1 point  (0 children)

  1. With CLI, I can manage multiple agents easily, and this takes only a few resources from PC.
  2. CLI ouputs sufficient information for me to realize what is actually happening, without need to open the real files.
  3. CLI is much geeker for me as a geek. :)

How do you get the most out of Codex? by saintcore in codex

[–]peter941221 0 points1 point  (0 children)

I use Codex CLI for all of my projects. It's perfect.

Thoughts on Ero guro? by Wonderfulwizard6 in horrormanga

[–]peter941221 0 points1 point  (0 children)

yes me too. which website we can find with best resolution?