#Sklearn
Day 9 of #100DaysOfCode
Loading my first machine learning model ....
What I did :
-knowing columns of dataset
- Extracting data columns from dataset (of our intuition) in dataframe
- Specify model with decisions tree regressor from sklearn
- fitting the model
-making my first prediction
October 31, 2025 at 6:00 AM
אין בscipy אפילו פונקציה ייעודית לרגרסיה לוגיסטית. יש בsklearn, אבל היא פרימיטיבית מדי בשבילי.
October 22, 2025 at 3:06 PM
statsmodel פשוט רץ במשך נצח ומתישהו הרמתי ידיים. אפילו לא הייתי בטוח לחלוטין שמה שאני עושה שם נכון עם הדוקומנטציה המוזרה שלהם.
בזמן שפתחתי את R והתחלתי לכתוב את הרגרסיה השיערוך הגס שלי למקדמי t בsklearn סיים לרוץ, ואז ויתרתי על האופציה, אבל באמת שR בנויה כל כך הרבה יותר לדברים האלו מפייתון.
October 22, 2025 at 3:05 PM
ניסיתי למצוא מה הטוקנים (פיצ'רים) הכי משפיעים לניבוי בינארי של משהו בציוץ, אם אני הולך פשוט על המקדמים זה מביא לי את הפיצ'רים הכי נידחים בעולם כי כמובן שהם אלו שהכי ישפיעו, אז חשבתי ללכת על מובהקות, רק שאין בsklearn מובהקות וstatsmodels לא אהבו אותי.
(בפועל גם בדיקת מקדמי t הביאה תוצאות מפוקפקות)
October 22, 2025 at 2:06 PM
Minor update on regMMD:
cran.r-project.org/web/packages...
includes more outputs on GD/SGD for sanity checks.

Future plans: include more models (mixtures, etc) and write a Python version in the sklearn style.

I take the opportunity: if you have time to help us on this, you are more than welcome!
October 16, 2025 at 8:19 AM
PR-ROCってsklearnにあるんだ。今やってるタスクROC-AUCよりPR-AUCのほうが良かったwww
October 8, 2025 at 12:02 PM
https://fnands.com/blog/2025/sklearn-mojo-dbscan-inner/
Mojoを使ってPythonから呼び出す関数の高速化を試みました。
scikit-learnのCythonコードをMojoに翻訳し、DBSCANの内部ループを高速化します。
MojoはCythonの代替となりうる可能性を示唆しています。#python
Translating Cython to Mojo, a first attempt – fnands
fnands.com
October 8, 2025 at 10:49 AM
Translating Cython to Mojo, a first attempt
https://fnands.com/blog/2025/sklearn-mojo-dbscan-inner/
[comments] [18 points]
October 6, 2025 at 11:03 PM
Translating Cython to Mojo, a first attempt
https://fnands.com/blog/2025/sklearn-mojo-dbscan-inner/
October 6, 2025 at 10:35 PM
Translating Cython to Mojo, a first attempt

https://fnands.com/blog/2025/sklearn-mojo-dbscan-inner/
October 6, 2025 at 10:00 PM
Translating Cython to Mojo, a first attempt
L: https://fnands.com/blog/2025/sklearn-mojo-dbscan-inner/
C: https://news.ycombinator.com/item?id=45495738
posted on 2025.10.06 at 16:09:44 (c=0, p=4)
October 6, 2025 at 9:39 PM
Still from the scikit-learn/:probabl. teams : let's hear about skore, a layer on top of other packages (skrub, sklearn and skops) !

Easier tools for ML. Who would say no.
October 1, 2025 at 9:32 AM
What a banger is skrub @skrub-data.bsky.social !

Big thumbs up for the sklearn team & the maintainer of this package
October 1, 2025 at 8:24 AM
@ylechelle.bsky.social souligne le lien entre open source et open science (et aussi l'open society en rappelant que probabl est financé par l'état français et participe à maintenir le bien commun qu'est sklearn)
September 30, 2025 at 8:33 AM
J’étais samedi soir chez un des fondateur de sklearn…
Bon pandas on le remplace par polars sur une partie de l’activité
Et j’ai déjà vendu une règle de trois comme un principe de proportionnalité pour faire savant
September 22, 2025 at 3:17 PM
dis-leur que pandas est un nouvel agent !
ou que sklearn est le post-agentic :-)
September 22, 2025 at 3:15 PM
Son datos multidimensionales de un radar meteorológico. Al menos son 28 dimensiones y la idea sería ver si se conectan en algún espacio topológico. Voy a revisar sklearn. Gracias.
September 20, 2025 at 11:32 PM
Qué tipo de datos son? Tampoco estoy muy versado, pero creo que Sklearn tiene algunas implementaciones y casos de uso.
September 20, 2025 at 8:19 PM
18/
• Use cosine similarity when magnitude varies
• Try tcrossprod() in R or cosine_similarity() in sklearn
Read more:en.wikipedia.org/wiki/Cosine...
• watch this video on dot product by 3blue1brown www.youtube.com/watch?v=LyG...
Dot products and duality | Chapter 9, Essence of linear algebra
Why the formula for dot products matches their geometric intuition.Help fund future projects: https://www.patreon.com/3blue1brownAn equally valuable form of ...
www.youtube.com
September 20, 2025 at 1:45 PM
Data Scientist Roadmap 📈

📂 Python Basics
∟📂 Numpy & Pandas
 ∟📂 Data Cleaning
  ∟📂 Data Visualization (Seaborn, Plotly)
   ∟📂 Statistics & Probability
    ∟📂 Machine Learning (Sklearn)
     ∟📂 Deep Learning (TensorFlow / PyTorch)
September 11, 2025 at 2:32 PM