About 41,800 results
Open links in new tab
  1. Best practices to store Python machine learning models

    What are the best practices to save, store, and share machine learning models? In Python, we generally store the binary representation of the model, using pickle or joblib.

  2. Python vs R for machine learning - Data Science Stack Exchange

    Jun 12, 2014 · I'm just starting to develop a machine learning application for academic purposes. I'm currently using R and training myself in it. However, in a lot of places, I have seen people using …

  3. python - What do x and y mean when working with data in the …

    Dec 14, 2021 · What do x and y mean when working with data in the machine learning domain? Ask Question Asked 3 years, 11 months ago Modified 2 years, 6 months ago

  4. machine learning - How can I check the correlation between features …

    Now using some machine learning on this data is not likely to work. There just is not sufficient data to extract some relevant information between your large number of features and the loan amount.

  5. python - Incremental Learning with sklearn: warm_start, partial_fit ...

    Answering my own question after some investigation: warm_start=True and calling .fit() sequentially should not be used for incremental learning on new datasets with potential concept drift. It simply …

  6. machine learning - How to train ML model with multiple variables ...

    Oct 2, 2018 · machine-learning python scikit-learn Improve this question edited Oct 2, 2018 at 0:41 The Lyrist

  7. Data Science Stack Exchange

    Q&A for Data science professionals, Machine Learning specialists, and those interested in learning more about the field

  8. python - How to apply machine learning model to new dataset - Data ...

    I'm very new to machine learning & python in general and I'm trying to apply a Decision Tree Classifier to my dataset that I'm working on. I would like to use this model to predict the outcome after training …

  9. python - Which machine learning model is best for a combination of ...

    Oct 11, 2021 · Which machine learning model is best for a combination of numerical and categorical data? Ask Question Asked 4 years, 1 month ago Modified 4 years, 1 month ago

  10. machine learning - strings as features in decision tree/random forest ...

    In most of the well-established machine learning systems, categorical variables are handled naturally. For example in R you would use factors, in WEKA you would use nominal variables. This is not the …