Notes about Machine Learning/Software Engineering for myself.

Selenium - Bypassing Cloudflare JS challenges with PyAutoGUI for Low Volume Applications.


Bypassing Cloudflare JS challenges with PyAutoGUI.
Read more ⟶

Scikit-Learn - Pipeline - Getting previous transformers.


Accessing previous transformers.
Read more ⟶

Scikit-Learn - Pipeline - Workarounds using transform when model is not the last step method 2.


Bypassing Pipeline's estimator limitation by wrapping models with a Transformer.
Read more ⟶

Scikit-Learn - Pipeline - Workarounds using transform when model is not the last step.


Bypassing Pipeline's estimator limitation by wrapping models with a Transformer.
Read more ⟶

Pandas - Apply vs Where in Small DataFrames


Types change if only None and NaN exists.
Read more ⟶

Debugging - DataSpell


Examples with Debugging using Jupyter Notebooks through Dataspell.
Read more ⟶

Scikit-Learn - Profiling transformers with line_profiler


Profiling with line_prof.
Read more ⟶

Scikit-Learn - Faster Transformers with Dictionaries


Examples of transformers with dictionaries.
Read more ⟶

Scikit-Learn - Checking between dictionary and pandas modes in pipelines.


Checking outputs between different modes.
Read more ⟶

Scikit-Learn - Modifying feature union to work with Pandas DataFrame


Modified FeatureUnion to support Pandas.
Read more ⟶